[Libreoffice-commits] core.git: sd/source
Andrzej J.R. Hunt
andrzej at ahunt.org
Sun Sep 22 09:24:24 PDT 2013
sd/source/ui/sidebar/MasterPageObserver.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 174caa875c92e6eed324ebc9db2e1746678435a1
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Sun Sep 22 17:21:40 2013 +0100
WaE: unused variables.
Change-Id: I269c5fd4817059f33df111f12ffd16ef8241a2fc
diff --git a/sd/source/ui/sidebar/MasterPageObserver.cxx b/sd/source/ui/sidebar/MasterPageObserver.cxx
index 5b36f0a..a8b033e 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();
More information about the Libreoffice-commits
mailing list