summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-09-01 13:32:12 +0200
committerEike Rathke <erack@redhat.com>2016-09-01 17:19:32 +0200
commitce23f28157e8925be815d7e7340e229e4302ce15 (patch)
tree092e6c57571408e7ef794ff5eff90dbca6668de7 /sc/inc/compiler.hxx
parente11931da72eabd98f9ea49ae93bd76039b283268 (diff)
move comment to where it belongs
Change-Id: Ia3110b911e6d367a3b5d246a95384efc2f72f9f8
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 849e8ca25af1..ba32974508e6 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -91,10 +91,6 @@ class CompileFormulaContext;
// constants and data types internal to compiler
-/*
- OpCode eOp; // OpCode
- formula::StackVar eType; // type of data
- */
struct ScRawToken
{
@@ -104,7 +100,7 @@ struct ScRawToken
friend class ScTokenArray;
protected:
OpCode eOp;
- formula::StackVar eType;
+ formula::StackVar eType; // type of data; this determines how the unions are used
public:
union {
double nValue;