summaryrefslogtreecommitdiff
path: root/formula/inc/formula/opcode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/inc/formula/opcode.hxx')
-rw-r--r--formula/inc/formula/opcode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/inc/formula/opcode.hxx b/formula/inc/formula/opcode.hxx
index 906d408b8b..4616f24fd7 100644
--- a/formula/inc/formula/opcode.hxx
+++ b/formula/inc/formula/opcode.hxx
@@ -401,7 +401,7 @@ enum OpCodeEnum
ocNone = SC_OPCODE_NONE
};
-#ifdef PRODUCT
+#ifndef DBG_UTIL
// save memory since compilers tend to int an enum
typedef USHORT OpCode;
#else