diff options
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index f4c4b9c7b14b..05230e58310b 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -101,7 +101,7 @@ protected: */ void SavePosAndId(); public: - SfxTabDialogController(weld::Window* pParent, const OUString& rUIXMLDescription, const OString& rID, + SfxTabDialogController(weld::Widget* pParent, const OUString& rUIXMLDescription, const OString& rID, const SfxItemSet * = nullptr, bool bEditFmt = false); virtual ~SfxTabDialogController() override; |