basctl: sal_False/True -> false/true
Change-Id: I6f9414eba5fce8797f07a3796a12b5213c0ed4e0
This commit is contained in:
@@ -471,7 +471,7 @@ bool ModulWindow::SaveBasicSource()
|
||||
Reference< XFilePickerControlAccess > xFPControl(xFP, UNO_QUERY);
|
||||
xFPControl->enableControl(ExtendedFilePickerElementIds::CHECKBOX_PASSWORD, false);
|
||||
Any aValue;
|
||||
aValue <<= sal_True;
|
||||
aValue <<= true;
|
||||
xFPControl->setValue(ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, 0, aValue);
|
||||
|
||||
if ( !aCurPath.isEmpty() )
|
||||
|
@@ -714,7 +714,7 @@ bool DialogWindow::SaveDialog()
|
||||
Reference< XFilePickerControlAccess > xFPControl(xFP, UNO_QUERY);
|
||||
xFPControl->enableControl(ExtendedFilePickerElementIds::CHECKBOX_PASSWORD, false);
|
||||
Any aValue;
|
||||
aValue <<= sal_True;
|
||||
aValue <<= true;
|
||||
xFPControl->setValue(ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, 0, aValue);
|
||||
|
||||
if ( !aCurPath.isEmpty() )
|
||||
@@ -960,7 +960,7 @@ bool implImportDialog( Window* pWin, const OUString& rCurPath, const ScriptDocum
|
||||
Reference< XFilePickerControlAccess > xFPControl(xFP, UNO_QUERY);
|
||||
xFPControl->enableControl(ExtendedFilePickerElementIds::CHECKBOX_PASSWORD, false);
|
||||
Any aValue;
|
||||
aValue <<= sal_True;
|
||||
aValue <<= true;
|
||||
xFPControl->setValue(ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, 0, aValue);
|
||||
|
||||
OUString aCurPath( rCurPath );
|
||||
|
Reference in New Issue
Block a user