summaryrefslogtreecommitdiff
path: root/include/vcl/tabctrl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-30 11:30:02 +0200
committerNoel Grandin <noel@peralex.com>2013-07-31 13:36:51 +0200
commitd8dd39b5fc8f3067e00abddbab90151f6ccac370 (patch)
tree888c9559cebdcbea80238f0233d71fa17afd149e /include/vcl/tabctrl.hxx
parent4a2a2831d131cc09dc9e4b7a40697b8f21c6e380 (diff)
convert vcl/tabctrl.hxx from XubString->OUString
Change-Id: Iad4eb1ebd28e97cc99d7d52ea08c3e3fd04cf975
Diffstat (limited to 'include/vcl/tabctrl.hxx')
-rw-r--r--include/vcl/tabctrl.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index 8b4111a0d433..383c9236b700 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -122,7 +122,7 @@ public:
void InsertPage( const ResId& rResId,
sal_uInt16 nPos = TAB_APPEND );
- void InsertPage( sal_uInt16 nPageId, const XubString& rText,
+ void InsertPage( sal_uInt16 nPageId, const OUString& rText,
sal_uInt16 nPos = TAB_APPEND );
void RemovePage( sal_uInt16 nPageId );
void Clear();
@@ -148,11 +148,11 @@ public:
void SetTabPage( sal_uInt16 nPageId, TabPage* pPage );
TabPage* GetTabPage( sal_uInt16 nPageId ) const;
- void SetPageText( sal_uInt16 nPageId, const XubString& rText );
- XubString GetPageText( sal_uInt16 nPageId ) const;
+ void SetPageText( sal_uInt16 nPageId, const OUString& rText );
+ OUString GetPageText( sal_uInt16 nPageId ) const;
- void SetHelpText( sal_uInt16 nPageId, const XubString& rText );
- const XubString& GetHelpText( sal_uInt16 nPageId ) const;
+ void SetHelpText( sal_uInt16 nPageId, const OUString& rText );
+ const OUString& GetHelpText( sal_uInt16 nPageId ) const;
void SetHelpId( sal_uInt16 nPageId, const OString& rId ) const;
OString GetHelpId( sal_uInt16 nPageId ) const;