diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-14 17:19:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-15 09:11:36 +0200 |
commit | 3994dd5e347d140c4fa7d6f962b2e4089f1c6153 (patch) | |
tree | eeb729601e3f10699e616bff71342412b21a788f /cui/source/inc/pastedlg.hxx | |
parent | a067546dec428f8d467aa498bf0fd3968582e7eb (diff) |
convert include/svtools/insdlg.hxx from String to OUString
Change-Id: I72c5e3e47040e78976f46f585b50ab6c12f84986
Diffstat (limited to 'cui/source/inc/pastedlg.hxx')
-rw-r--r-- | cui/source/inc/pastedlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/pastedlg.hxx b/cui/source/inc/pastedlg.hxx index 30be129e9faa..7cd13f620eab 100644 --- a/cui/source/inc/pastedlg.hxx +++ b/cui/source/inc/pastedlg.hxx @@ -42,7 +42,7 @@ class SvPasteObjectDialog : public ModalDialog FixedText* m_pFtObjectSource; ListBox* m_pLbInsertList; OKButton* m_pOKButton; - ::std::map< SotFormatStringId, String > aSupplementMap; + ::std::map< SotFormatStringId, OUString > aSupplementMap; SvGlobalName aObjClassName; String aObjName; |