diff options
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r-- | include/sfx2/module.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx index 352d1e46ba6f..ef60ed219326 100644 --- a/include/sfx2/module.hxx +++ b/include/sfx2/module.hxx @@ -25,6 +25,7 @@ #include <sfx2/dllapi.h> #include <sfx2/shell.hxx> #include <sfx2/styfitem.hxx> +#include <sfx2/tabdlg.hxx> #include <svtools/imgdef.hxx> #include <sal/types.h> #include <tools/fldunit.hxx> @@ -78,7 +79,7 @@ public: void RegisterStatusBarControl(const SfxStbCtrlFactory&); virtual VclPtr<SfxTabPage> CreateTabPage( sal_uInt16 nId, - vcl::Window* pParent, + TabPageParent pParent, const SfxItemSet& rSet ); virtual void Invalidate(sal_uInt16 nId = 0) override; |