summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-15 03:27:36 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-07-15 03:44:02 +0200
commit42cb26ba2b69cc4b10c28f07da4ee3f1e63c6af3 (patch)
tree054d036c43a86edb4ad1c09d5c3495c85393c8e8 /sc/inc/column.hxx
parentENABLE_ICU_LAYOUT is always enabled (diff)
downloadcore-42cb26ba2b69cc4b10c28f07da4ee3f1e63c6af3.tar.gz
core-42cb26ba2b69cc4b10c28f07da4ee3f1e63c6af3.zip
Revert "don't delete ScPatternAttr from doc pool for swap, i#118877"
This reverts commit 902082656655aeab559c0b5781907ff004179468.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r--sc/inc/column.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 49ab8143e11a..6f776e1cc810 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -307,7 +307,6 @@ public:
ScEditDataArray* pDataArray = NULL );
bool SetAttrEntries(ScAttrEntry* pData, SCSIZE nSize);
void SetPattern( SCROW nRow, const ScPatternAttr& rPatAttr, bool bPutToPool = false );
- void SwapPattern( ScColumn& rCol, SCROW nRow1, SCROW nRow2, const ScPatternAttr& rPatAttr1, const ScPatternAttr& rPatAttr2 );
void SetPatternArea( SCROW nStartRow, SCROW nEndRow,
const ScPatternAttr& rPatAttr, bool bPutToPool = false );
void ApplyPatternIfNumberformatIncompatible( const ScRange& rRange,