diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-28 15:56:18 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-03-28 15:56:18 +0200 |
commit | 930c47916fbb2d45e5d4f5a3c5a7cecc5725bb55 (patch) | |
tree | fcaa9e9c03843fb33b03eba99a45f09202393a6a /sc/inc/docuno.hxx | |
parent | 6a2ba28611a39f848fe1baa167d9a8a666388bb5 (diff) | |
parent | 907f0c4466f7cb788eddfe0b68562168434a758e (diff) |
CWS-TOOLING: integrate CWS calc66
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 2 |
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); |