From bb9f73045879293f5fcea1dd0e205efb84c07781 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 31 May 2012 01:55:37 +0900 Subject: nuke unused typedef Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf --- xmlscript/source/xml_helper/xml_impctx.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmlscript') 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 { -- cgit