summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 16:14:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:12 +0100
commit6e349393768cd8141daf3b9dd663e6a9ad8e8ca0 (patch)
tree0e15854b30856fe54f720590434a529de9e066f6
parent8fd81bd96b0caf0b52eab69e64d0901e8e29f933 (diff)
-Werror,-Wunused-member-function
Change-Id: I51dff2bbfe8b9fb36080cb3fe20bfdd6b0e88119
-rw-r--r--sw/source/filter/ww8/styles.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/filter/ww8/styles.cxx b/sw/source/filter/ww8/styles.cxx
index b3c58e2e2f63..c2588cb4db67 100644
--- a/sw/source/filter/ww8/styles.cxx
+++ b/sw/source/filter/ww8/styles.cxx
@@ -27,16 +27,6 @@
namespace
{
- class SameName: public std::unary_function<const sal_Char*, bool>
- {
- private:
- const OUString &mrName;
- public:
- explicit SameName(const OUString &rName) : mrName(rName) {}
- bool operator() (const sal_Char *pEntry) const
- { return mrName.equalsAscii(pEntry); }
- };
-
const sal_Char **GetStiNames() throw()
{
static const sal_Char *stiName[] =