summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-29 14:53:00 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-29 14:53:40 +0900
commit3c33d78d6bae9768b34418c7ac54076613d808c8 (patch)
tree10cf9f920e4b4d908f0cf1fc65477757f368ea72 /sw/source
parentebfc9d5fed1f88b72aca718fc0092bf26b6dc8bd (diff)
Remove unused struct
Change-Id: Ia789733d2010c7e2c6e687ba07ba3e282945406d
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/filter/xml/xmlimp.cxx9
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