diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-08 11:37:03 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-08 12:01:41 -0500 |
commit | cba1509b63d9996431f95ab0b12882601d6621bf (patch) | |
tree | bf422e26155683e6bed844d974852d1b18ecfb4e /sc/inc | |
parent | 34aa49e81d0522d99141df362bc7ff7aa90d530c (diff) |
A little cleanup.
Change-Id: I244b32545548ad882a80f8b0d5128b8620d9fba0
Diffstat (limited to 'sc/inc')
-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 4aa8aab990f7..8659d4724cba 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -120,7 +120,7 @@ public: ScDocument* GetDocument() const; SfxObjectShell* GetEmbeddedObject() const; - void UpdateAllRowHeights( const ScMarkData* pTabMark = NULL, bool bCalcOutputFactor = false ); + void UpdateAllRowHeights(); void BeforeXMLLoading(); void AfterXMLLoading(sal_Bool bRet); |