summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/lotus/optab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/lotus/optab.cxx')
-rw-r--r--sc/source/filter/lotus/optab.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/lotus/optab.cxx b/sc/source/filter/lotus/optab.cxx
index d5af5b647b75..b5525d80799e 100644
--- a/sc/source/filter/lotus/optab.cxx
+++ b/sc/source/filter/lotus/optab.cxx
@@ -20,7 +20,6 @@
#include "op.h"
#include "optab.h"
-
// Bearbeitungsfunktion sal_Char *X( sal_Char * )
OPCODE_FKT pOpFkt[ FKT_LIMIT ] =
{ // Code
@@ -127,7 +126,6 @@ OPCODE_FKT pOpFkt[ FKT_LIMIT ] =
OP_HiddenCols, // 100
};
-
OPCODE_FKT pOpFkt123[ FKT_LIMIT123 ] =
{ // Code
OP_BOF123, // 0
@@ -233,5 +231,4 @@ OPCODE_FKT pOpFkt123[ FKT_LIMIT123 ] =
NI // 100
};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */