summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-12-30 10:05:26 +0100
committerTomaž Vajngerl <quikee@gmail.com>2021-02-04 16:08:08 +0100
commit809c30d1518bcc3c0ca43ea6f0fda99dcc2016a2 (patch)
tree254e827357604ec1867ae6b1fa0304ca78cd9201 /include
parentca50dae1860e19ed4c236f315dc4eb729f007185 (diff)
Revert "jsdialog: disable idle notify"
This reverts commit 71ec214d7583f637fefcb5eca13c637cc6b38029. and partially 54b5e6b4e083ce7a71e16ef622753898f38dc8ab freeze/thaw functionality was added so no longer needed. Change-Id: Iee29fa79bcebfd409fd3cea4f11cb1d48053daa6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108509 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109904 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 9d6867f94c76..002ca15f01cf 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1206,9 +1206,6 @@ public:
/// Find an existing Window based on the LOKWindowId.
static VclPtr<vcl::Window> FindLOKWindow(vcl::LOKWindowId nWindowId);
- bool IsDisableIdleNotify();
- void SetDisableIdleNotify(bool bValue);
-
/// check if LOK Window container is empty
static bool IsLOKWindowsEmpty();