diff options
Diffstat (limited to 'cui/source/inc/uitabpage.hxx')
-rw-r--r-- | cui/source/inc/uitabpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/uitabpage.hxx b/cui/source/inc/uitabpage.hxx index 1851243a69d7..f12339df2297 100644 --- a/cui/source/inc/uitabpage.hxx +++ b/cui/source/inc/uitabpage.hxx @@ -32,7 +32,7 @@ public: static std::unique_ptr<SfxTabPage> Create(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rSet); - const OUString& GetSelectedMode(); + OUString GetSelectedMode(); static OUString GetCurrentApp(); }; |