summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2021-06-10 10:43:05 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2021-07-27 14:19:49 +0200
commitaf0786c3d7e22e961a92e0ccb2fc2c6f504e576e (patch)
tree79f7425ed17e362571112aea4ca0730aab8c3728 /include
parent6cb3c79b84e396959a982070f6fc4d439a9c396d (diff)
jsdialog: sidebar: remove code for tunneled one
Change-Id: Idb60fdfc03729dd3755d5ef1ba61b2f9376e9556 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116965 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119542 Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/sidebar/SidebarDockingWindow.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/sidebar/SidebarDockingWindow.hxx b/include/sfx2/sidebar/SidebarDockingWindow.hxx
index 903db6f42bf0..ff7f2d2aff38 100644
--- a/include/sfx2/sidebar/SidebarDockingWindow.hxx
+++ b/include/sfx2/sidebar/SidebarDockingWindow.hxx
@@ -32,8 +32,6 @@ class SidebarChildWindow;
class SidebarController;
-class SidebarNotifyIdle;
-
class SFX2_DLLPUBLIC SidebarDockingWindow final : public SfxDockingWindow
{
public:
@@ -66,8 +64,6 @@ private:
::rtl::Reference<sfx2::sidebar::SidebarController> mpSidebarController;
bool mbIsReadyToDrag;
std::unique_ptr<svt::AcceleratorExecute> mpAccel;
-
- std::unique_ptr<SidebarNotifyIdle> mpIdleNotify;
};
} // end of namespace sfx2::sidebar