summaryrefslogtreecommitdiff
path: root/include/svx/checklbx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 08:28:38 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:14 +0200
commit5e36e2cb7b9a8e52f198525949da257acd87d8c6 (patch)
treea593fa2d0e02f5304aa401b4f9cfe166ed338654 /include/svx/checklbx.hxx
parentd442a6460f5f1c897358a0e51727c90cd6746ae2 (diff)
svx: sal_Bool->bool
Change-Id: Ifd9279e7ccc671395caa1e6f3723e86062d2fb08
Diffstat (limited to 'include/svx/checklbx.hxx')
-rw-r--r--include/svx/checklbx.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/checklbx.hxx b/include/svx/checklbx.hxx
index 697f139b54ab..386e68383e2a 100644
--- a/include/svx/checklbx.hxx
+++ b/include/svx/checklbx.hxx
@@ -56,13 +56,13 @@ public:
SvLBoxButtonKind_enabledCheckbox );
void RemoveEntry ( sal_uLong nPos );
- void SelectEntryPos ( sal_uLong nPos, sal_Bool bSelect = sal_True );
+ void SelectEntryPos ( sal_uLong nPos, bool bSelect = true );
sal_uLong GetSelectEntryPos () const;
OUString GetText ( sal_uLong nPos ) const;
sal_uLong GetCheckedEntryCount() const;
- void CheckEntryPos ( sal_uLong nPos, sal_Bool bCheck = sal_True );
- sal_Bool IsChecked ( sal_uLong nPos ) const;
+ void CheckEntryPos ( sal_uLong nPos, bool bCheck = true );
+ bool IsChecked ( sal_uLong nPos ) const;
void ToggleCheckButton ( SvTreeListEntry* pEntry );
void* SetEntryData ( sal_uLong nPos, void* pNewData );