From 4ba478ebba7dc54ef05579d021200561cecf2987 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Thu, 8 Dec 2011 01:17:06 +0900 Subject: removing unused namespace constants. --- lib/axlsx/util/constants.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/axlsx/util/constants.rb b/lib/axlsx/util/constants.rb index fb5e20ea..b0a81eac 100644 --- a/lib/axlsx/util/constants.rb +++ b/lib/axlsx/util/constants.rb @@ -12,10 +12,6 @@ module Axlsx # extended-properties namespace APP_NS = "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" - XML_NS_MC="http://schemas.openxmlformats.org/markup-compatibility/2006" - - XML_NS_X14AC = "http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac" - # doc props namespace APP_NS_VT = "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes" -- cgit v1.2.3