diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-12-29 14:53:00 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-12-29 14:53:40 +0900 |
commit | 3c33d78d6bae9768b34418c7ac54076613d808c8 (patch) | |
tree | 10cf9f920e4b4d908f0cf1fc65477757f368ea72 | |
parent | ebfc9d5fed1f88b72aca718fc0092bf26b6dc8bd (diff) |
Remove unused struct
Change-Id: Ia789733d2010c7e2c6e687ba07ba3e282945406d
-rw-r--r-- | sw/source/filter/xml/xmlimp.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx index 240439e2fe96..54726d3c3c05 100644 --- a/sw/source/filter/xml/xmlimp.cxx +++ b/sw/source/filter/xml/xmlimp.cxx @@ -80,15 +80,6 @@ using namespace ::com::sun::star::xforms; using namespace ::xmloff::token; using namespace ::std; -struct OUStringEquals -{ - sal_Bool operator()( const rtl::OUString &r1, - const rtl::OUString &r2) const - { - return r1 == r2; - } -}; - //---------------------------------------------------------------------------- enum SwXMLDocTokens |