diff options
Diffstat (limited to 'include/svx/txencbox.hxx')
-rw-r--r-- | include/svx/txencbox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx index 92bc35baa105..a63ef943823b 100644 --- a/include/svx/txencbox.hxx +++ b/include/svx/txencbox.hxx @@ -52,7 +52,7 @@ public: RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to <TRUE/> whenever the box is used in import dialogs. */ void FillFromTextEncodingTable( - sal_Bool bExcludeImportSubsets = sal_False, + bool bExcludeImportSubsets = false, sal_uInt32 nExcludeInfoFlags = 0, sal_uInt32 nButIncludeInfoFlags = 0 ); @@ -73,7 +73,7 @@ public: RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to <TRUE/> whenever the box is used in import dialogs. */ void FillFromDbTextEncodingMap( - sal_Bool bExcludeImportSubsets = sal_False, + bool bExcludeImportSubsets = false, sal_uInt32 nExcludeInfoFlags = 0, sal_uInt32 nButIncludeInfoFlags = 0 ); @@ -94,7 +94,7 @@ public: sal_Int32 nPos = LISTBOX_APPEND ); void SelectTextEncoding( const rtl_TextEncoding nEnc, - sal_Bool bSelect = sal_True ); + bool bSelect = true ); rtl_TextEncoding GetSelectTextEncoding() const; |