summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/glossary.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/misc/glossary.cxx')
-rw-r--r--sw/source/ui/misc/glossary.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx
index d926666b86ad..9a2f7efc2623 100644
--- a/sw/source/ui/misc/glossary.cxx
+++ b/sw/source/ui/misc/glossary.cxx
@@ -101,7 +101,7 @@ static OUString lcl_GetValidShortCut( const OUString& rName )
struct GroupUserData
{
- String sGroupName;
+ OUString sGroupName;
sal_uInt16 nPathIdx;
bool bReadonly;
@@ -127,16 +127,16 @@ protected:
public:
SwNewGlosNameDlg( Window* pParent,
- const String& rOldName,
- const String& rOldShort );
+ const OUString& rOldName,
+ const OUString& rOldShort );
- String GetNewName() const { return m_pNewName->GetText(); }
- String GetNewShort() const { return m_pNewShort->GetText(); }
+ OUString GetNewName() const { return m_pNewName->GetText(); }
+ OUString GetNewShort() const { return m_pNewShort->GetText(); }
};
SwNewGlosNameDlg::SwNewGlosNameDlg(Window* pParent,
- const String& rOldName,
- const String& rOldShort )
+ const OUString& rOldName,
+ const OUString& rOldShort )
: ModalDialog(pParent, "RenameAutoTextDialog",
"modules/swriter/ui/renameautotextdialog.ui")
{