summaryrefslogtreecommitdiff
path: root/include/vcl/status.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-23 20:45:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-24 08:55:25 +0100
commitfc67191ba272607655a9167b23054a7821cdd808 (patch)
tree48649afba01fbaef555d1f526fcc6f2790753077 /include/vcl/status.hxx
parent570fe620e9d573cfc9fc260e6518563c6a6c1a3c (diff)
XubString->OUString
Change-Id: Ie6b44d1f4abe1826254ab5bb178d73606bd1283c
Diffstat (limited to 'include/vcl/status.hxx')
-rw-r--r--include/vcl/status.hxx4
1 files changed, 2 insertions, 2 deletions
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;