diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-23 20:45:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-24 08:55:25 +0100 |
commit | fc67191ba272607655a9167b23054a7821cdd808 (patch) | |
tree | 48649afba01fbaef555d1f526fcc6f2790753077 /include | |
parent | 570fe620e9d573cfc9fc260e6518563c6a6c1a3c (diff) |
XubString->OUString
Change-Id: Ie6b44d1f4abe1826254ab5bb178d73606bd1283c
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/menu.hxx | 4 | ||||
-rw-r--r-- | include/vcl/status.hxx | 4 | ||||
-rw-r--r-- | include/vcl/toolbox.hxx | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx index 38f301d9bc34..f05ee5daf2e1 100644 --- a/include/vcl/menu.hxx +++ b/include/vcl/menu.hxx @@ -277,8 +277,8 @@ public: void SetItemImageMirrorMode( sal_uInt16 nItemId, sal_Bool bMirror ); sal_Bool GetItemImageMirrorMode( sal_uInt16 ) const; - void SetItemCommand( sal_uInt16 nItemId, const XubString& rCommand ); - const XubString& GetItemCommand( sal_uInt16 nItemId ) const; + void SetItemCommand( sal_uInt16 nItemId, const OUString& rCommand ); + const OUString GetItemCommand( sal_uInt16 nItemId ) const; void SetHelpText( sal_uInt16 nItemId, const XubString& rString ); const XubString& GetHelpText( sal_uInt16 nItemId ) const; diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx index 12bfc19fdf1c..2363cd179807 100644 --- a/include/vcl/status.hxx +++ b/include/vcl/status.hxx @@ -164,8 +164,8 @@ public: void SetItemData( sal_uInt16 nItemId, void* pNewData ); void* GetItemData( sal_uInt16 nItemId ) const; - void SetItemCommand( sal_uInt16 nItemId, const XubString& rCommand ); - const XubString& GetItemCommand( sal_uInt16 nItemId ); + void SetItemCommand( sal_uInt16 nItemId, const OUString& rCommand ); + const OUString GetItemCommand( sal_uInt16 nItemId ); void SetHelpText( sal_uInt16 nItemId, const XubString& rText ); const XubString& GetHelpText( sal_uInt16 nItemId ) const; diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index ace9ea7233f3..eee14856157f 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -448,8 +448,8 @@ public: sal_Bool IsItemVisible( sal_uInt16 nItemId ) const; sal_Bool IsItemReallyVisible( sal_uInt16 nItemId ) const; - void SetItemCommand( sal_uInt16 nItemId, const XubString& rCommand ); - const XubString& GetItemCommand( sal_uInt16 nItemId ) const; + void SetItemCommand( sal_uInt16 nItemId, const OUString& rCommand ); + const OUString GetItemCommand( sal_uInt16 nItemId ) const; using Window::SetQuickHelpText; void SetQuickHelpText( sal_uInt16 nItemId, const XubString& rText ); |