summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-09-01 13:48:51 +0200
committerEike Rathke <erack@redhat.com>2016-09-01 17:26:50 +0200
commitf684d1edfd48b686549b893dc0612c31d9617bdc (patch)
tree32b89e807fd701c4aef2913f713289f19886a3ce /sc/inc/compiler.hxx
parentce23f28157e8925be815d7e7340e229e4302ce15 (diff)
cosmetics
Change-Id: I22d4c04db2917f96e3c9ca1a71c628e859ad13c5
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index ba32974508e6..14e760e95534 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -91,7 +91,6 @@ class CompileFormulaContext;
// constants and data types internal to compiler
-
struct ScRawToken
{
friend class ScCompiler;
@@ -99,19 +98,19 @@ struct ScRawToken
// the private dtor) and know what they're doing..
friend class ScTokenArray;
protected:
- OpCode eOp;
- formula::StackVar eType; // type of data; this determines how the unions are used
+ OpCode eOp;
+ formula::StackVar eType; // type of data; this determines how the unions are used
public:
union {
double nValue;
struct {
- sal_uInt8 cByte;
+ sal_uInt8 cByte;
bool bIsInForceArray;
} sbyte;
ScComplexRefData aRef;
struct {
- sal_uInt16 nFileId;
- sal_Unicode cTabName[MAXSTRLEN+1];
+ sal_uInt16 nFileId;
+ sal_Unicode cTabName[MAXSTRLEN+1];
ScComplexRefData aRef;
} extref;
struct {