diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/checklbx.hxx | 8 |
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 ); |