diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-31 01:55:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-31 01:56:28 +0900 |
commit | bb9f73045879293f5fcea1dd0e205efb84c07781 (patch) | |
tree | c17b31c5b58efc4923b953f494ad314043c8e897 /xmlscript | |
parent | 292466e0c2cdbde7547c968d1e1c480a7801836d (diff) |
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'xmlscript')
-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 { |