summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 13:01:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 10:15:08 +0100
commit2a6a3384ac3414f200fcbde507d6458f2c70f83d (patch)
treee72916e6719b399fe28c9dc8e4ce76b86a1be259 /sd
parent9e50349c54edc6563770a7f25244f517e572f8b3 (diff)
-Werror,-Wunused-member-function
Change-Id: Id1a974507f73193aa788523cebc75abd9fc684c5
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx b/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx
index aa696b3555f7..315c5f1fd024 100644
--- a/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx
+++ b/sd/source/ui/sidebar/RecentlyUsedMasterPages.cxx
@@ -67,11 +67,6 @@ public:
OUString msURL;
OUString msName;
::sd::sidebar::MasterPageContainer::Token maToken;
- Descriptor (const OUString& rsURL, const OUString& rsName)
- : msURL(rsURL),
- msName(rsName),
- maToken(::sd::sidebar::MasterPageContainer::NIL_TOKEN)
- {}
Descriptor (::sd::sidebar::MasterPageContainer::Token aToken,
const OUString& rsURL, const OUString& rsName)
: msURL(rsURL),