summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/servobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/servobj.cxx')
-rw-r--r--sc/source/ui/docshell/servobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/servobj.cxx b/sc/source/ui/docshell/servobj.cxx
index a82c7191a663..48713801a4bc 100644
--- a/sc/source/ui/docshell/servobj.cxx
+++ b/sc/source/ui/docshell/servobj.cxx
@@ -169,7 +169,7 @@ sal_Bool ScServerObject::GetData(
{
ScImportExport aObj( pDoc, aRange );
if( aDdeTextFmt[0] == 'F' )
- aObj.SetFormulas( sal_True );
+ aObj.SetFormulas( true );
if( aDdeTextFmt.equalsAscii( "SYLK" ) ||
aDdeTextFmt.equalsAscii( "FSYLK" ) )
{