diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-18 15:20:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:05 +0200 |
commit | 9d03b8e998d219dfa0bdd05891493d79c420e96f (patch) | |
tree | 3336f10ed84b5feee8e0e355630787ec23824c5d /sc/source/ui/inc | |
parent | 4f526c813f8ae6a5cd73b806c182a0aa54cac26e (diff) |
sal_Bool->bool
Change-Id: Ifc8520239c95433218f2676106759f8ee809d42c
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/shtabdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/shtabdlg.hxx b/sc/source/ui/inc/shtabdlg.hxx index 6ba02b6aed19..c7a12d3fe07b 100644 --- a/sc/source/ui/inc/shtabdlg.hxx +++ b/sc/source/ui/inc/shtabdlg.hxx @@ -44,7 +44,7 @@ public: const OString& nDlgHelpId, const OString& nLbHelpId ); /** Inserts a string into the ListBox. */ - void Insert( const OUString& rString, sal_Bool bSelected ); + void Insert( const OUString& rString, bool bSelected ); sal_uInt16 GetSelectEntryCount() const; OUString GetSelectEntry(sal_uInt16 nPos) const; |