summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/tools.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 15:47:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:11 +0100
commit5ccb60089061f3af9ffc7c37bbb0ea75231cdbe3 (patch)
treec6b99aea7ca15420ce80d9034ae6e58c6f814399 /slideshow/source/engine/tools.cxx
parenta6ba5addb7d37d55706518180841332642cf8eae (diff)
-Werror,-Wunused-member-function
Change-Id: I8321893bc64e1fe401ffd5acaaa52e012c374261
Diffstat (limited to 'slideshow/source/engine/tools.cxx')
-rw-r--r--slideshow/source/engine/tools.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/slideshow/source/engine/tools.cxx b/slideshow/source/engine/tools.cxx
index fac4bed6e1f5..5cebacef137e 100644
--- a/slideshow/source/engine/tools.cxx
+++ b/slideshow/source/engine/tools.cxx
@@ -58,23 +58,6 @@ namespace slideshow
{
namespace
{
- class NamedValueStringComparator
- {
- public:
- NamedValueStringComparator( const OUString& rSearchString ) :
- mrSearchString( rSearchString )
- {
- }
-
- bool operator()( const beans::NamedValue& rValue ) const
- {
- return rValue.Name == mrSearchString;
- }
-
- private:
- const OUString& mrSearchString;
- };
-
class NamedValueComparator
{
public: