diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-01 16:41:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-02 08:26:59 +0200 |
commit | 73f1cb6b64bd295e37af5c50b88b472c6d40b8e4 (patch) | |
tree | d152d85bc66e0c0ce678d7f299b8790dbd06278c /include | |
parent | 9b39866149aad91c79ea276c2a484c282f8ad6e1 (diff) |
-Werror,-Wunused-private-field
Change-Id: Icdb749d46249ea29badbe523320b17312e077684
Reviewed-on: https://gerrit.libreoffice.org/76811
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/SidebarDockingWindow.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/SidebarDockingWindow.hxx b/include/sfx2/sidebar/SidebarDockingWindow.hxx index e54d55f2b791..bde746e32d72 100644 --- a/include/sfx2/sidebar/SidebarDockingWindow.hxx +++ b/include/sfx2/sidebar/SidebarDockingWindow.hxx @@ -67,7 +67,6 @@ private: void DoDispose(); const bool mbSidebarVisibleInLOK; - const SfxViewShell* mpOldViewShell; }; } } // end of namespace sfx2::sidebar |