summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-18 11:31:07 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:14:19 +0200
commitf9f99f4a8c3e43919cabd9b2cafc6843d5d1f21b (patch)
tree1d42994e0ec68de548063a1e1d7fdd980eb19c7e /sd
parentf2a167c9272c18799eb486f8e94b78183c159402 (diff)
remove dead method definitions
Change-Id: I2751c913bab397d49000bb3462a2f9265d09b32e
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/AllMasterPagesSelector.hxx5
-rw-r--r--sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx5
2 files changed, 0 insertions, 10 deletions
diff --git a/sd/source/ui/sidebar/AllMasterPagesSelector.hxx b/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
index c6e2494b82cb..9a506f3eb28d 100644
--- a/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/AllMasterPagesSelector.hxx
@@ -69,11 +69,6 @@ private:
void AddTemplate (const TemplateEntry& rEntry);
- /** This filter returns <TRUE/> when the master page specified by the
- given file name belongs to the set of Impress master pages.
- */
- bool FileFilter (const String& sFileName);
-
void AddItem (MasterPageContainer::Token aToken);
/** Add all items in the internal master page list into the given list.
diff --git a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx
index af01f2571a5b..7774bcf482f5 100644
--- a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx
+++ b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.hxx
@@ -66,11 +66,6 @@ private:
void AddTemplate (const TemplateEntry& rEntry);
- /** This filter returns <TRUE/> when the master page specified by the
- given file name belongs to the set of Impress master pages.
- */
- bool FileFilter (const String& sFileName);
-
void AddItem (MasterPageContainer::Token aToken);
/** Add all items in the internal master page list into the given list.