summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow')
-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: