diff options
-rw-r--r-- | sc/source/core/tool/compiler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 3177ddca2898..c28d295275ae 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -128,7 +128,7 @@ enum ScanState struct FunctionName { const sal_Char* pName; - const OpCode eOp; + OpCode eOp; }; static const FunctionName aOdffAliases[] = { // Renamed old names: |