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
This commit is contained in:
Noel Grandin
2016-10-12 10:10:39 +02:00
parent ed3a4fcc87
commit da01e9ec5d

View File

@@ -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