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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index cb178d2c3571..8744c29cfa32 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -519,6 +519,8 @@ protected:
/** This is intended to be used to clear any locally held references to other Window-subclass objects */
virtual void dispose();
+ /* call the dispose() method if we have not already been disposed */
+ void disposeOnce();
SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentData* pSystemParentData );