diff options
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 0fb81347dccd..f01fb6d9022a 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -655,8 +655,7 @@ public: void SetBoxAlign( sal_uInt16 nOrient ); sal_uInt16 GetBoxAlign() const; ///< USHRT_MAX if ambiguous. - /// Adjustment of Rowheights. Determine via bTstOnly if more than one row is selected. - bool BalanceRowHeight( bool bTstOnly ); + bool BalanceRowHeight( bool bTstOnly, const bool bOptimize = false ); void SetTabBorders( const SfxItemSet& rSet ); void GetTabBorders( SfxItemSet& rSet) const; |