summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2011-03-02 10:22:36 +0100
committerNiklas Nebel <nn@openoffice.org>2011-03-02 10:22:36 +0100
commit02519a1f0e873dd8774d2efecdecb7b94f2c69ba (patch)
treec0a60bd3876afab6f548d96f81ce4ae9cf131763 /sc/inc
parent20dc7550d91515a71646dd3865934c20db8a8b6d (diff)
calc66: #i114839# make sure the output factor is valid for UpdateAllRowHeights after loading
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/docuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx
index e152b4a88f97..f213806762d8 100644
--- a/sc/inc/docuno.hxx
+++ b/sc/inc/docuno.hxx
@@ -129,7 +129,7 @@ public:
ScDocument* GetDocument() const;
SfxObjectShell* GetEmbeddedObject() const;
- void UpdateAllRowHeights( const ScMarkData* pTabMark = NULL );
+ void UpdateAllRowHeights( const ScMarkData* pTabMark = NULL, bool bCalcOutputFactor = false );
void BeforeXMLLoading();
void AfterXMLLoading(sal_Bool bRet);