summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-19 17:52:18 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-19 17:52:18 -0400
commitee6a3b678319b0740a338781cf6cce6e1bd963e0 (patch)
treec4dcfe59e418f836f79c60f3d844e92734c6a9ba
parent82acea96bbf9ac89feddbf91e1881330b26c253b (diff)
Ensure correct initialization order.
Change-Id: Ife8a4f0654d1ca6e9342750ff53c6f3e00bbc286
-rw-r--r--sc/inc/dbdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx
index f337a38a33c3..a7a49b5636a0 100644
--- a/sc/inc/dbdata.hxx
+++ b/sc/inc/dbdata.hxx
@@ -58,7 +58,6 @@ private:
bool bDoSize;
bool bKeepFmt;
bool bStripData;
- bool bHasFormatting;
/// QueryParam
bool bIsAdvanced; ///< true if created by advanced filter
@@ -69,6 +68,7 @@ private:
sal_uInt16 nIndex; ///< unique index formulas
bool bAutoFilter; ///< AutoFilter? (not saved)
bool bModified; ///< is set/cleared for/by(?) UpdateReference
+ bool bHasFormatting;
using ScRefreshTimer::operator==;