diff options
author | Tamas Bunth <tamas.bunth@collabora.co.uk> | 2017-07-21 12:53:43 +0000 |
---|---|---|
committer | Tamás Bunth <btomi96@gmail.com> | 2017-07-22 09:20:06 +0200 |
commit | 8becd40f030b94fe3fb6ad82b048ee97daaea2b1 (patch) | |
tree | 53e14d4a354fe202ea7b4338d787b3049534039d /sc/inc/column.hxx | |
parent | c82cf38427c47f60ba6cc6a008c9f60fb488dae9 (diff) |
avoid unnecessary calls of AdjustRowHeight
Change-Id: I2d164f69a7313d69f3fe5cabe1e3cc39aeba4d32
Reviewed-on: https://gerrit.libreoffice.org/40272
Reviewed-by: Tamás Bunth <btomi96@gmail.com>
Tested-by: Tamás Bunth <btomi96@gmail.com>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index e280e3c7f692..35693f87aa8b 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -460,7 +460,8 @@ public: void ApplyAttr( SCROW nRow, const SfxPoolItem& rAttr ); void ApplyPattern( SCROW nRow, const ScPatternAttr& rPatAttr ); void ApplyPatternArea( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr& rPatAttr, - ScEditDataArray* pDataArray = nullptr ); + ScEditDataArray* pDataArray = nullptr, + bool* const pIsChanged = nullptr); void SetPattern( SCROW nRow, const ScPatternAttr& rPatAttr ); void SetPatternArea( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr& rPatAttr ); |