diff options
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 714c7c5a36e7..6a98ff4e3185 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -29,6 +29,7 @@ #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <vcl/task.hxx> +#include <LibreOfficeKit/LibreOfficeKitTypes.h> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/i18n/XCharacterClassification.hpp> @@ -385,6 +386,11 @@ struct ImplSVData css::uno::Reference<css::i18n::XCharacterClassification> m_xCharClass; Link<LinkParamNone*,void> maDeInitHook; + + // LOK & headless backend specific hooks + LibreOfficeKitPollCallback mpPollCallback = nullptr; + LibreOfficeKitWakeCallback mpWakeCallback = nullptr; + void *mpPollClosure = nullptr; }; css::uno::Reference<css::i18n::XCharacterClassification> const& ImplGetCharClass(); |