diff options
Diffstat (limited to 'include/vcl/status.hxx')
-rw-r--r-- | include/vcl/status.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx index 0c287ddbc1b1..9f02061418cd 100644 --- a/include/vcl/status.hxx +++ b/include/vcl/status.hxx @@ -160,7 +160,7 @@ public: void* GetItemData( sal_uInt16 nItemId ) const; void SetItemCommand( sal_uInt16 nItemId, const OUString& rCommand ); - OUString GetItemCommand( sal_uInt16 nItemId ); + const OUString & GetItemCommand( sal_uInt16 nItemId ); void SetHelpText( sal_uInt16 nItemId, const OUString& rText ); const OUString& GetHelpText( sal_uInt16 nItemId ) const; |