summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 10:10:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-12 10:11:19 +0200
commitda01e9ec5dfb7787b4a3669486b3940590933850 (patch)
treed75fec448032120ea65404d738fcfec9b6ccf8c6 /sc
parented3a4fcc878e8f3ce720520d60448bc962da0754 (diff)
gcc4.8 does not seem to like explicit-width-scoped-enum and bitfield member
there is a field a little lower down declared as Multiline meMultiline :2; which gcc gets unhappy about Change-Id: I3681d566181b6739a222898fe32af13accdf0d43
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/formularesult.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx
index 40b7925e2c2b..43ff6555a6b7 100644
--- a/sc/inc/formularesult.hxx
+++ b/sc/inc/formularesult.hxx
@@ -47,7 +47,7 @@ struct FormulaResultValue
and memory consumption. */
class ScFormulaResult
{
- enum class Multiline : sal_uInt8 {
+ enum class Multiline {
Unknown, False, True
};
// Clone token if the 16-bit only reference counter is nearing it's