summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-22 17:21:40 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-22 17:24:01 +0100
commit174caa875c92e6eed324ebc9db2e1746678435a1 (patch)
treea39f6078ce7ae8a43b18842ab3585b3f5571e525 /sd
parent6536270e14c1017313d1bd1508d54392c0626696 (diff)
WaE: unused variables.
Change-Id: I269c5fd4817059f33df111f12ffd16ef8241a2fc
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/MasterPageObserver.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/MasterPageObserver.cxx b/sd/source/ui/sidebar/MasterPageObserver.cxx
index 5b36f0a7f638..a8b033e0d8ad 100644
--- a/sd/source/ui/sidebar/MasterPageObserver.cxx
+++ b/sd/source/ui/sidebar/MasterPageObserver.cxx
@@ -225,8 +225,6 @@ void MasterPageObserver::Implementation::AddEventListener (
// Tell the new listener about all the master pages that are
// currently in use.
typedef ::std::vector<String> StringList;
- StringList aNewMasterPages;
- StringList aRemovedMasterPages;
MasterPageContainer::iterator aDocumentIterator;
for (aDocumentIterator=maUsedMasterPages.begin();
aDocumentIterator!=maUsedMasterPages.end();