diff options
Diffstat (limited to 'include/sfx2/lokcallback.hxx')
-rw-r--r-- | include/sfx2/lokcallback.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/lokcallback.hxx b/include/sfx2/lokcallback.hxx index 32b6c08f865b..a92f60572145 100644 --- a/include/sfx2/lokcallback.hxx +++ b/include/sfx2/lokcallback.hxx @@ -11,6 +11,10 @@ #include <sal/types.h> +namespace rtl +{ +class OStringBuffer; +} namespace tools { class Rectangle; @@ -46,6 +50,7 @@ public: virtual void libreOfficeKitViewUpdatedCallbackPerViewId(int nType, int nViewId, int nSourceViewId) = 0; + virtual void dumpState(rtl::OStringBuffer& rState) = 0; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |