diff options
Diffstat (limited to 'include/editeng/outliner.hxx')
-rw-r--r-- | include/editeng/outliner.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/editeng/outliner.hxx b/include/editeng/outliner.hxx index 034de4776bfc..75127e7e5f30 100644 --- a/include/editeng/outliner.hxx +++ b/include/editeng/outliner.hxx @@ -26,6 +26,7 @@ #include <rtl/ustring.hxx> #include <svl/SfxBroadcaster.hxx> #include <svl/languageoptions.hxx> +#include <svl/undo.hxx> #include <tools/gen.hxx> #include <tools/color.hxx> #include <tools/contnr.hxx> @@ -377,7 +378,7 @@ class SAL_NO_VTABLE SAL_DLLPUBLIC_RTTI OutlinerViewShell { public: virtual void libreOfficeKitViewCallback(int nType, const char* pPayload) const = 0; - virtual sal_uInt32 GetViewShellId() const = 0; + virtual ViewShellId GetViewShellId() const = 0; /// Wrapper around SfxLokHelper::notifyOtherViews(). virtual void NotifyOtherViews(int nType, const OString& rKey, const OString& rPayload) = 0; /// Wrapper around SfxLokHelper::notifyOtherView(). |