summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 08:57:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 08:57:35 +0000
commit9a026ee93afd5f7184f73492f76393b05478262e (patch)
tree3d15193e23340fd939b0a991db9a077dbd693641
parentafa5a5c967709069510b6f1fbc018e7727a3c6ef (diff)
INTEGRATION: CWS koheiformula01 (1.9.314); FILE MERGED
2008/04/23 15:10:05 kohei 1.9.314.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/20 23:20:14 kohei 1.9.314.1: Use the current address convention everywhere instead of always using the OOo convention.
-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;