diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-07 15:05:06 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-08 01:22:08 +0000 |
commit | 7e03a22b690ff2fa9e2a1cf3a7b0f86ab48b10a4 (patch) | |
tree | 1ad2c8430d1856730641a635b8d59859a5b9ea10 /sc/inc | |
parent | 2f7b05988e6853ddac68b614e9d83e05af08bc0f (diff) |
ScAttrArray::HasAttrib needs to process the default pattern if none set
Change-Id: I00f82387ce67ce7d6e8708c7def994767cd79b6f
Reviewed-on: https://gerrit.libreoffice.org/36269
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc')
-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 a78d77497541..e43ff9268866 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -101,6 +101,7 @@ friend class ScHorizontalAttrIterator; void RemoveCellCharAttribs( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr* pPattern, ScEditDataArray* pDataArray ); void SetDefaultIfNotInit( SCSIZE nNeeded = 1 ); + bool HasAttrib_Impl(const ScPatternAttr* pPattern, HasAttrFlags nMask, SCROW nRow1, SCROW nRow2, SCSIZE i) const; ScAttrArray(const ScAttrArray&) = delete; ScAttrArray& operator=(const ScAttrArray&) = delete; |