summaryrefslogtreecommitdiffstats
path: root/include/svtools/toolbarmenu.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-08 14:11:23 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:32 +0200
commit710be6c8d423f82cdc6c936e1a9ff12f2bb4f3e6 (patch)
treec6a9963e878da1053e760af48cdb0a6d525ab817 /include/svtools/toolbarmenu.hxx
parentconvert include/svtools/transfer.hxx from String to OUString (diff)
downloadcore-710be6c8d423f82cdc6c936e1a9ff12f2bb4f3e6.tar.gz
core-710be6c8d423f82cdc6c936e1a9ff12f2bb4f3e6.zip
convert include/svtools/toolbarmenu.hxx from String to OUString
Change-Id: I41763b927cc8050bf1b461c91be527164f9fc14d
Diffstat (limited to 'include/svtools/toolbarmenu.hxx')
-rw-r--r--include/svtools/toolbarmenu.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index 247483440947..2b9a5575c523 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -66,8 +66,8 @@ public:
virtual void GetFocus();
virtual void LoseFocus();
- void appendEntry( int nEntryId, const String& rStr, MenuItemBits nItemBits = 0 );
- void appendEntry( int nEntryId, const String& rStr, const Image& rImage, MenuItemBits nItemBits = 0 );
+ void appendEntry( int nEntryId, const OUString& rStr, MenuItemBits nItemBits = 0 );
+ void appendEntry( int nEntryId, const OUString& rStr, const Image& rImage, MenuItemBits nItemBits = 0 );
void appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits = 0 );
void appendSeparator();
@@ -78,7 +78,7 @@ public:
void enableEntry( int nEntryId, bool bEnable = true );
- void setEntryText( int nEntryId, const String& rStr );
+ void setEntryText( int nEntryId, const OUString& rStr );
void setEntryImage( int nEntryId, const Image& rImage );