diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-26 08:30:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-01 10:08:42 +0200 |
commit | ea2c80bdcd862f91dd7429184aea29d9a77f9774 (patch) | |
tree | be34aa41cac74b86ae6bcdd4e9b6b3563121a9b3 /cui/source/inc/pastedlg.hxx | |
parent | 183f260e7ed86c30d99313cdb3267c18abb65bd3 (diff) |
convert CUI module from String to OUString
Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81
Diffstat (limited to 'cui/source/inc/pastedlg.hxx')
-rw-r--r-- | cui/source/inc/pastedlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/pastedlg.hxx b/cui/source/inc/pastedlg.hxx index 7cd13f620eab..3de81da85a09 100644 --- a/cui/source/inc/pastedlg.hxx +++ b/cui/source/inc/pastedlg.hxx @@ -44,7 +44,7 @@ class SvPasteObjectDialog : public ModalDialog OKButton* m_pOKButton; ::std::map< SotFormatStringId, OUString > aSupplementMap; SvGlobalName aObjClassName; - String aObjName; + OUString aObjName; ListBox& ObjectLB() { return *m_pLbInsertList; } FixedText& ObjectSource() { return *m_pFtObjectSource; } @@ -57,8 +57,8 @@ public: SvPasteObjectDialog( Window* pParent ); ~SvPasteObjectDialog(); - void Insert( SotFormatStringId nFormat, const String & rFormatName ); - void SetObjName( const SvGlobalName & rClass, const String & rObjName ); + void Insert( SotFormatStringId nFormat, const OUString & rFormatName ); + void SetObjName( const SvGlobalName & rClass, const OUString & rObjName ); sal_uLong GetFormat( const TransferableDataHelper& aHelper, const DataFlavorExVector* pFormats=0, const TransferableObjectDescriptor* pDesc=0 ); |