diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 09:37:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 09:38:04 +0200 |
commit | 92252af5fdea7268ef954bc2f95c50f905c39078 (patch) | |
tree | 3dc02bb0e12d9be6df4e83c2e604323afe053155 /sfx2 | |
parent | 8d4cb9cd86c04b9ae73943dded4ccc253942e70e (diff) |
-Werror,-Wunused-private-field
Change-Id: I47416559cc3d6c6679e1f9df3f24a24385903e04
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/SidebarController.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index c81927ef13d2..cb03b2d3e9d2 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(), |