summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/impop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/impop.cxx')
-rw-r--r--sc/source/filter/excel/impop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx
index 84cac05f5568..d79c1d8b4478 100644
--- a/sc/source/filter/excel/impop.cxx
+++ b/sc/source/filter/excel/impop.cxx
@@ -199,7 +199,7 @@ void ImportExcel::ReadFileSharing()
if( SfxObjectShell* pShell = GetDocShell() )
{
if( nRecommendReadOnly != 0 )
- pShell->SetLoadReadonly( sal_True );
+ pShell->SetLoadReadonly( true );
if( nPasswordHash != 0 )
pShell->SetModifyPasswordHash( nPasswordHash );
}