summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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),