summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.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/column.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/column.hxx')
-rw-r--r--sc/inc/column.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 721683daf369..6f776e1cc810 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -175,7 +175,7 @@ public:
bool HasSelectionMatrixFragment(const ScMarkData& rMark) const;
bool GetFirstVisibleAttr( SCROW& rFirstRow ) const;
- bool GetLastVisibleAttr( SCROW& rLastRow ) const;
+ bool GetLastVisibleAttr( SCROW& rLastRow, bool bFullFormattedArea = false ) const;
bool HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
bool IsVisibleAttrEqual( const ScColumn& rCol, SCROW nStartRow = 0,
SCROW nEndRow = MAXROW ) const;