[Libreoffice-commits] core.git: include/sfx2 sfx2/source
Stephan Bergmann
sbergman at redhat.com
Mon Jun 22 00:38:27 PDT 2015
include/sfx2/sidebar/SidebarController.hxx | 1 -
sfx2/source/sidebar/SidebarController.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 92252af5fdea7268ef954bc2f95c50f905c39078
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jun 22 09:37:49 2015 +0200
-Werror,-Wunused-private-field
Change-Id: I47416559cc3d6c6679e1f9df3f24a24385903e04
diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx
index 0e1fe0e..58bca04 100644
--- a/include/sfx2/sidebar/SidebarController.hxx
+++ b/include/sfx2/sidebar/SidebarController.hxx
@@ -170,7 +170,6 @@ private:
/// Use a combination of SwitchFlag_* as value.
sal_Int32 mnRequestedForceFlags;
::rtl::OUString msCurrentDeckId;
- ::rtl::OUString msCurrentDeckTitle;
AsynchronousCall maPropertyChangeForwarder;
AsynchronousCall maContextChangeUpdate;
AsynchronousCall maAsynchronousDeckSwitch;
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index c81927e..cb03b2d 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -107,7 +107,6 @@ SidebarController::SidebarController (
maRequestedContext(),
mnRequestedForceFlags(SwitchFlag_NoForce),
msCurrentDeckId(gsDefaultDeckId),
- msCurrentDeckTitle(),
maPropertyChangeForwarder(::boost::bind(&SidebarController::BroadcastPropertyChange, this)),
maContextChangeUpdate(::boost::bind(&SidebarController::UpdateConfigurations, this)),
maAsynchronousDeckSwitch(),
More information about the Libreoffice-commits
mailing list