summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun5.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 09:06:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 09:06:04 +0000
commit9004c869ed6b0e6fb1261a74cc53819bc0361fe4 (patch)
tree43518833aa0da1e96bb9a2fe5839b4b8a592b0d7 /sc/source/ui/view/viewfun5.cxx
parentd6915fad46443458d172af42cb82a432e107330a (diff)
INTEGRATION: CWS koheiformula01 (1.52.12); FILE MERGED
2008/04/23 15:08:06 kohei 1.52.12.2: RESYNC: (1.52-1.53); FILE MERGED 2008/03/20 23:21:12 kohei 1.52.12.1: Use the current address convention everywhere instead of always using the OOo convention.
Diffstat (limited to 'sc/source/ui/view/viewfun5.cxx')
-rw-r--r--sc/source/ui/view/viewfun5.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx
index b51d56b5bf83..6bb1d2dc0421 100644
--- a/sc/source/ui/view/viewfun5.cxx
+++ b/sc/source/ui/view/viewfun5.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewfun5.cxx,v $
- * $Revision: 1.53 $
+ * $Revision: 1.54 $
*
* This file is part of OpenOffice.org.
*
@@ -387,7 +387,7 @@ BOOL ScViewFunc::PasteDataFormat( ULONG nFormatId,
else
{
ScAddress aCellPos( nPosX,nPosY,nTab );
- aCellPos.Format( sTarget, SCA_ABS_3D, pDoc );
+ aCellPos.Format( sTarget, SCA_ABS_3D, pDoc, pDoc->GetAddressConvention() );
}
SfxStringItem aTarget(FN_PARAM_1, sTarget);