summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-04-18 09:52:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-04-18 12:33:14 +0200
commit71df42a8d5ec20646045ffb419b89b19fbdf4c02 (patch)
tree98ca0bc0b6632907e7428cc741a45de3580e3963 /include
parentf08511e913de2f3a5096d3181f8d70dc6b3d2eb3 (diff)
Related: tdf#117068 inform salframe that there's a modal dialog running
Change-Id: Ie95fbc1586e11396271fb43e6117f39f4f61cb0e Reviewed-on: https://gerrit.libreoffice.org/53086 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index ddc9ae0408a5..6b5dd1b8ab7c 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -603,8 +603,8 @@ public:
SAL_DLLPRIVATE void ImplCallResize();
SAL_DLLPRIVATE void ImplCallMove();
- SAL_DLLPRIVATE void ImplIncModalCount();
- SAL_DLLPRIVATE void ImplDecModalCount();
+ void IncModalCount();
+ void DecModalCount();
SAL_DLLPRIVATE static void ImplCalcSymbolRect( tools::Rectangle& rRect );