summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-03 15:46:03 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:49 +0200
commit10cbf4838e6e05e58887e5a14aa5e274521854b2 (patch)
treea46801c568b99c25b1c4ef23243aa530ce210ef1 /include
parent1647a569e73edad802243dc1cb57cb9b01548f59 (diff)
convert include/svx/checklbx.hxx from String to OUString
Change-Id: If632dc3e2fc13379ab3f2bb3f63f1e48a5119a57
Diffstat (limited to 'include')
-rw-r--r--include/svx/checklbx.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx
index 327dddc4d90b..8d9488fb6efe 100644
--- a/include/svx/checklbx.hxx
+++ b/include/svx/checklbx.hxx
@@ -58,12 +58,12 @@ public:
void RemoveEntry ( sal_uInt16 nPos );
void SelectEntryPos ( sal_uInt16 nPos, sal_Bool bSelect = sal_True );
- sal_uInt16 GetSelectEntryPos () const;
+ sal_uInt16 GetSelectEntryPos () const;
- String GetText ( sal_uInt16 nPos ) const;
- sal_uInt16 GetCheckedEntryCount() const;
+ OUString GetText ( sal_uInt16 nPos ) const;
+ sal_uInt16 GetCheckedEntryCount() const;
void CheckEntryPos ( sal_uInt16 nPos, sal_Bool bCheck = sal_True );
- sal_Bool IsChecked ( sal_uInt16 nPos ) const;
+ sal_Bool IsChecked ( sal_uInt16 nPos ) const;
void ToggleCheckButton ( SvTreeListEntry* pEntry );
void* SetEntryData ( sal_uInt16 nPos, void* pNewData );