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 /basic | |
parent | 292466e0c2cdbde7547c968d1e1c480a7801836d (diff) |
nuke unused typedef
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index f20c119b3ab5..2fe5d8bf42b4 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -3248,8 +3248,6 @@ void RTL_Impl_EqualUnoObjects( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrit refVar->PutBool( sal_True ); } -typedef boost::unordered_map< ::rtl::OUString, std::vector< ::rtl::OUString >, ::rtl::OUStringHash, ::std::equal_to< ::rtl::OUString > > ModuleHash; - // helper wrapper function to interact with TypeProvider and // XTypeDescriptionEnumerationAccess. |