diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-12-23 20:39:53 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-01-07 08:54:46 +0100 |
commit | 67c989adc57eb279c478f59869499439ec65665f (patch) | |
tree | 3557e8d525a5b85ac35b4f46b7651ba72f9adb1b /sc/inc/attarray.hxx | |
parent | 57fa90ba145455a48247b0fef110aa8f87a86a5d (diff) |
fdo#82014: Remove old conditional formats when setting new one by UNO API
Change-Id: I76488045eba281227124041da505e38c4c3d31c1
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r-- | sc/inc/attarray.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx index 26d55e16295e..21a8eb6a18b0 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -132,6 +132,7 @@ public: const ::editeng::SvxBorderLine* pLine, bool bColorOnly ); void AddCondFormat( SCROW nStartRow, SCROW nEndRow, sal_uInt32 nIndex ); + /// if nIndex == 0, remove all conditional format data void RemoveCondFormat( SCROW nStartRow, SCROW nEndRow, sal_uInt32 nIndex ); void ClearItems( SCROW nStartRow, SCROW nEndRow, const sal_uInt16* pWhich ); |