diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-18 15:41:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:06 +0200 |
commit | fce4d1bb945055184736338e3fa03d4ac3dbead3 (patch) | |
tree | 5a877a730a28742708b676d4d86b2d6df17d4e16 /sc/source/ui/dbgui | |
parent | 1da81c3f99227e30aee764749fa910b241f0e52c (diff) |
sal_Bool->bool
Change-Id: I6364f000b90454dc656abab9a355326ea2df1425
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r-- | sc/source/ui/dbgui/scuiimoptdlg.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/scuiimoptdlg.cxx b/sc/source/ui/dbgui/scuiimoptdlg.cxx index d0ebf88a9d95..233ac4f7d964 100644 --- a/sc/source/ui/dbgui/scuiimoptdlg.cxx +++ b/sc/source/ui/dbgui/scuiimoptdlg.cxx @@ -111,12 +111,12 @@ OUString ScDelimiterTable::GetDelimiter( sal_Unicode nCode ) const ScImportOptionsDlg::ScImportOptionsDlg( Window* pParent, - sal_Bool bAscii, + bool bAscii, const ScImportOptions* pOptions, const OUString* pStrTitle, - sal_Bool bMultiByte, - sal_Bool bOnlyDbtoolsEncodings, - sal_Bool bImport ) + bool bMultiByte, + bool bOnlyDbtoolsEncodings, + bool bImport ) : ModalDialog ( pParent, "ImOptDialog", "modules/scalc/ui/imoptdialog.ui" ) { |