summaryrefslogtreecommitdiff
path: root/cui/source/inc/selector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/selector.hxx')
-rw-r--r--cui/source/inc/selector.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/selector.hxx b/cui/source/inc/selector.hxx
index 40c8a64d0a7f..aedca2a81801 100644
--- a/cui/source/inc/selector.hxx
+++ b/cui/source/inc/selector.hxx
@@ -103,7 +103,7 @@ public:
SvxConfigFunctionListBox(Window* pParent);
~SvxConfigFunctionListBox();
void ClearAll();
- String GetHelpText( SvTreeListEntry *pEntry );
+ OUString GetHelpText( SvTreeListEntry *pEntry );
using Window::GetHelpText;
SvTreeListEntry* GetLastSelectedEntry();
void FunctionSelected();
@@ -215,10 +215,10 @@ public:
m_pCategories->SetImageProvider(provider);
}
- String GetScriptURL() const;
- String GetSelectedDisplayName();
+ OUString GetScriptURL() const;
+ OUString GetSelectedDisplayName();
void SetRunLabel();
- void SetDialogDescription(const String& rDescription);
+ void SetDialogDescription(const OUString& rDescription);
};
#endif