summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/docshell/servobj.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/servobj.cxx b/sc/source/ui/docshell/servobj.cxx
index 023453de14ca..179d44f28072 100644
--- a/sc/source/ui/docshell/servobj.cxx
+++ b/sc/source/ui/docshell/servobj.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: servobj.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -104,7 +104,7 @@ ScServerObject::ScServerObject( ScDocShell* pShell, const String& rItem ) :
{
// area reference
}
- else if ( aRange.aStart.Parse( rItem, pDoc ) & SCA_VALID )
+ else if ( aRange.aStart.Parse( rItem, pDoc, pDoc->GetAddressConvention() ) & SCA_VALID )
{
// cell reference
aRange.aEnd = aRange.aStart;