summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-09 01:32:42 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-09 01:33:35 +0200
commit9e9e53a2d961d489440f4addc25af90d3a6b793b (patch)
tree24ae6647788b6a8938490970e6f5a643a6bc4756 /sc/inc/attarray.hxx
parentReplaced deprecated String with OUString in sc/../chgtrack (diff)
downloadcore-9e9e53a2d961d489440f4addc25af90d3a6b793b.tar.gz
core-9e9e53a2d961d489440f4addc25af90d3a6b793b.zip
Revert "export all style information to xls/xlsx, fdo#46738"
This reverts commit 5d123a0b0e827aba59ddb50ef1b961a529a34a15. Conflicts: sc/source/core/data/attarray.cxx Change-Id: Ie4bd09d2350faf0689c375d6a3f0f2b307cedcae
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 9b81440b668d..1509f40f08c3 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, bool bFullFormattedArea = false ) const;
+ bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
bool HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
bool IsVisibleEqual( const ScAttrArray& rOther,
SCROW nStartRow, SCROW nEndRow ) const;