summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/printfun.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 09:04:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 09:04:51 +0000
commit32f18f86bc450b35de5bf95c477b3d91586583e1 (patch)
treef95ef73192f76305bae167138f09da6884c58ff3 /sc/source/ui/view/printfun.cxx
parenta7f47fc68a1c6b8d2bac2fa29b96e7772f029510 (diff)
INTEGRATION: CWS koheiformula01 (1.55.58); FILE MERGED
2008/04/23 15:08:03 kohei 1.55.58.2: RESYNC: (1.55-1.56); FILE MERGED 2008/03/20 23:21:11 kohei 1.55.58.1: Use the current address convention everywhere instead of always using the OOo convention.
Diffstat (limited to 'sc/source/ui/view/printfun.cxx')
-rw-r--r--sc/source/ui/view/printfun.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx
index ef7fcd18ea91..d083df4568de 100644
--- a/sc/source/ui/view/printfun.cxx
+++ b/sc/source/ui/view/printfun.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: printfun.cxx,v $
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
* This file is part of OpenOffice.org.
*
@@ -2010,7 +2010,7 @@ long ScPrintFunc::DoNotes( long nNoteStart, BOOL bDoPrint, ScPreviewLocationData
pEditEngine->Draw( pDev, Point( nPosX, nPosY ), 0 );
String aMarkStr;
- pPos->Format( aMarkStr, SCA_VALID, pDoc );
+ pPos->Format( aMarkStr, SCA_VALID, pDoc, pDoc->GetAddressConvention() );
aMarkStr += ':';
// Zellposition auch per EditEngine, damit die Position stimmt