diff options
Diffstat (limited to 'xmlscript/source')
-rw-r--r-- | xmlscript/source/xml_helper/xml_impctx.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlscript/source/xml_helper/xml_impctx.cxx b/xmlscript/source/xml_helper/xml_impctx.cxx index ebe47ef90970..2aa2c0eac5db 100644 --- a/xmlscript/source/xml_helper/xml_impctx.cxx +++ b/xmlscript/source/xml_helper/xml_impctx.cxx @@ -70,7 +70,6 @@ OUString getImplementationName_DocumentHandlerImpl() } typedef ::boost::unordered_map< OUString, sal_Int32, OUStringHash > t_OUString2LongMap; -typedef ::boost::unordered_map< sal_Int32, OUString > t_Long2OUStringMap; struct PrefixEntry { |