summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-09 01:40:58 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-09 01:40:58 +0200
commit6c8ec4ad8e816157799cd164d9f9a837efa0f9a7 (patch)
treebcdcc3021ef45243c2cbbd8266120ac4e32ffa07 /sc/inc/attarray.hxx
parentRevert "export all style information to xls/xlsx, fdo#46738" (diff)
downloadcore-6c8ec4ad8e816157799cd164d9f9a837efa0f9a7.tar.gz
core-6c8ec4ad8e816157799cd164d9f9a837efa0f9a7.zip
Revert "Revert "export all style information to xls/xlsx, fdo#46738""
Lesson: Never trust that nobody was crazy enough to use my commits! This reverts commit 9e9e53a2d961d489440f4addc25af90d3a6b793b.
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 1509f40f08c3..9b81440b668d 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -172,7 +172,7 @@ public:
bool IsEmpty() const;
bool GetFirstVisibleAttr( SCROW& rFirstRow ) const;
- bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
+ bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData, bool bFullFormattedArea = false ) const;
bool HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
bool IsVisibleEqual( const ScAttrArray& rOther,
SCROW nStartRow, SCROW nEndRow ) const;