summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/column.hxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index cfe4bbe297d9..35316cdc1b24 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -67,14 +67,7 @@ struct ScNeededSizeOptions
bool bGetFont;
bool bTotalSize;
- ScNeededSizeOptions()
- {
- pPattern = NULL;
- bFormula = false;
- bSkipMerged = true;
- bGetFont = true;
- bTotalSize = false;
- }
+ ScNeededSizeOptions();
};
struct ColEntry
@@ -83,7 +76,6 @@ struct ColEntry
ScBaseCell* pCell;
};
-
class ScColumn
{
private: