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 /include | |
parent | 8d4cb9cd86c04b9ae73943dded4ccc253942e70e (diff) |
-Werror,-Wunused-private-field
Change-Id: I47416559cc3d6c6679e1f9df3f24a24385903e04
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/SidebarController.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/SidebarController.hxx b/include/sfx2/sidebar/SidebarController.hxx index 0e1fe0e09559..58bca0437a90 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; |