diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-11 08:15:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-11 08:18:26 +0200 |
commit | 1b8d1001c4a92c8788266215fdd14e301b0a0d04 (patch) | |
tree | f57abd30d3aa801386b69db08384707cb008cfcb /sc | |
parent | e60fe3c7443eb2bbfdb57eab6cd9b62896b526af (diff) |
svx: sal_Bool->bool
Change-Id: Ia7db5746fa5d8f60111d10d09865120981956947
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/dbgui/scuiasciiopt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx b/sc/source/ui/dbgui/scuiasciiopt.cxx index 04b2483ac9c1..e62215367b48 100644 --- a/sc/source/ui/dbgui/scuiasciiopt.cxx +++ b/sc/source/ui/dbgui/scuiasciiopt.cxx @@ -390,7 +390,7 @@ ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,OUString aDatName, // *** text encoding ListBox *** // all encodings allowed, including Unicode, but subsets are excluded - pLbCharSet->FillFromTextEncodingTable( sal_True ); + pLbCharSet->FillFromTextEncodingTable( true ); // Insert one "SYSTEM" entry for compatibility in AsciiOptions and system // independent document linkage. pLbCharSet->InsertTextEncoding( RTL_TEXTENCODING_DONTKNOW, aCharSetUser ); |