summaryrefslogtreecommitdiffstats
path: root/sc/inc/column.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-11-06 19:07:08 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-06 10:50:33 -0500
commit9c8d87e46bba0eb9a3b8d923c6c630a359bf0f6c (patch)
treed15d511dd08088625a7c694c02ed06cc03e7a9ca /sc/inc/column.hxx
parentMake ScColumn explicitly non-copyable. (diff)
downloadcore-9c8d87e46bba0eb9a3b8d923c6c630a359bf0f6c.tar.gz
core-9c8d87e46bba0eb9a3b8d923c6c630a359bf0f6c.zip
Use initializer to initialize data members.
Change-Id: I912cede3a240ccd4e1cc94be46c7dfee36a85af6
Diffstat (limited to 'sc/inc/column.hxx')
-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: