diff options
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index d46d243f4252..13d469ff88fc 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -234,6 +234,7 @@ private: DECL_DLLPRIVATE_LINK(ActivatePageHdl, const OString&, void); DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool); + SAL_DLLPRIVATE void Start_Impl(); SAL_DLLPRIVATE void CreatePages(); SAL_DLLPRIVATE void setPreviewsToSamePlace(); @@ -255,8 +256,6 @@ protected: /** save the position of the TabDialog and which tab page is the currently active one */ void SavePosAndId(); - - void Start_Impl(); public: SfxTabDialogController(weld::Window* pParent, const OUString& rUIXMLDescription, const OString& rID, const SfxItemSet * = nullptr, bool bEditFmt = false); @@ -299,7 +298,7 @@ public: void RemoveResetButton(); void RemoveStandardButton(); - short execute(); + virtual short run() override; static bool runAsync(const std::shared_ptr<SfxTabDialogController>& rController, const std::function<void(sal_Int32)>&); |