summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index d9108e71cf1f..7b2222b3718b 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -376,6 +376,10 @@ public:
mbDoubleBufferingRequested:1;
css::uno::Reference< css::uno::XInterface > mxDNDListenerContainer;
+
+ const vcl::ILibreOfficeKitNotifier* mpLOKNotifier; ///< To emit the LOK callbacks eg. for dialog tunneling.
+ static vcl::LOKWindowId mnLastWindowId; ///< To be able to have an unique ID for each dealog / window we tunnel.
+ vcl::LOKWindowId mnLOKWindowId; ///< ID of this specific window.
};
/// Sets up the buffer to have settings matching the window, and restores the original state in the dtor.