summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-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 );