diff options
| author | Randy Morgan <[email protected]> | 2011-12-08 01:17:06 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-12-08 01:17:06 +0900 |
| commit | 4ba478ebba7dc54ef05579d021200561cecf2987 (patch) | |
| tree | a8b7c53f3c96fb9cdf2b944ed2a55d336705a510 | |
| parent | f19ef66e110c05b0df87554bc3b25f1d1dca067c (diff) | |
| download | caxlsx-4ba478ebba7dc54ef05579d021200561cecf2987.tar.gz caxlsx-4ba478ebba7dc54ef05579d021200561cecf2987.zip | |
removing unused namespace constants.
| -rw-r--r-- | lib/axlsx/util/constants.rb | 4 |
1 files changed, 0 insertions, 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" |
