summaryrefslogtreecommitdiff
path: root/cui/source/inc/treeopt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/treeopt.hxx')
-rw-r--r--cui/source/inc/treeopt.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/treeopt.hxx b/cui/source/inc/treeopt.hxx
index 367d42c8ff50..690a2d56633e 100644
--- a/cui/source/inc/treeopt.hxx
+++ b/cui/source/inc/treeopt.hxx
@@ -203,11 +203,6 @@ private:
void InitItemSets(OptionsGroupInfo& rGroupInfo);
- virtual short run() override;
-
- virtual weld::Button& GetOKButton() const override { return *xOkPB; }
- virtual const SfxItemSet* GetExampleSet() const override { return nullptr; }
-
int applySearchFilter(const OUString& rSearchTerm);
void ImplDestroy();
@@ -239,6 +234,11 @@ public:
static OUString getCurrentFactory_Impl( const css::uno::Reference< css::frame::XFrame >& _xFrame );
void SetNeedsRestart( svtools::RestartReason eReason );
+
+ virtual short run() override;
+
+ virtual weld::Button& GetOKButton() const override { return *xOkPB; }
+ virtual const SfxItemSet* GetExampleSet() const override { return nullptr; }
};
// class ExtensionsTabPage -----------------------------------------------