summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/SidebarDockingWindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/SidebarDockingWindow.hxx')
-rw-r--r--include/sfx2/sidebar/SidebarDockingWindow.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/SidebarDockingWindow.hxx b/include/sfx2/sidebar/SidebarDockingWindow.hxx
index d722f363e81b..c3fa3498d1fc 100644
--- a/include/sfx2/sidebar/SidebarDockingWindow.hxx
+++ b/include/sfx2/sidebar/SidebarDockingWindow.hxx
@@ -31,6 +31,7 @@ namespace sfx2 { namespace sidebar {
class SidebarChildWindow;
class SidebarController;
+class SidebarNotifyIdle;
class SFX2_DLLPUBLIC SidebarDockingWindow final : public SfxDockingWindow
{
@@ -68,6 +69,9 @@ private:
void DoDispose();
const bool mbSidebarVisibleInLOK;
+
+ const SfxViewShell* mpOldViewShell;
+ std::unique_ptr<SidebarNotifyIdle> mpIdleNotify;
};
} } // end of namespace sfx2::sidebar