summaryrefslogtreecommitdiff
path: root/sc/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter')
-rw-r--r--sc/source/filter/excel/xlformula.cxx1
-rw-r--r--sc/source/filter/html/htmlpars.cxx1
-rw-r--r--sc/source/filter/oox/formulabase.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/excel/xlformula.cxx b/sc/source/filter/excel/xlformula.cxx
index 5c11ee546687..d4bdc8643a11 100644
--- a/sc/source/filter/excel/xlformula.cxx
+++ b/sc/source/filter/excel/xlformula.cxx
@@ -47,7 +47,6 @@ const sal_uInt8 A = EXC_TOKCLASS_ARR;
// abbreviations for parameter infos
#define RO { EXC_PARAM_REGULAR, EXC_PARAMCONV_ORG, false }
-#define RV { EXC_PARAM_REGULAR, EXC_PARAMCONV_VAL, false }
#define RA { EXC_PARAM_REGULAR, EXC_PARAMCONV_ARR, false }
#define RR { EXC_PARAM_REGULAR, EXC_PARAMCONV_RPT, false }
#define RX { EXC_PARAM_REGULAR, EXC_PARAMCONV_RPX, false }
diff --git a/sc/source/filter/html/htmlpars.cxx b/sc/source/filter/html/htmlpars.cxx
index 83ea5bfd9cb4..5510241440ae 100644
--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -21,7 +21,6 @@
#include <boost/shared_ptr.hpp>
#include <comphelper/string.hxx>
-#define SC_HTMLPARS_CXX
#include "scitems.hxx"
#include <editeng/eeitem.hxx>
diff --git a/sc/source/filter/oox/formulabase.cxx b/sc/source/filter/oox/formulabase.cxx
index 3adbfdbd3ac4..1a12a2e659cc 100644
--- a/sc/source/filter/oox/formulabase.cxx
+++ b/sc/source/filter/oox/formulabase.cxx
@@ -265,7 +265,6 @@ const sal_uInt8 A = BIFF_TOKCLASS_ARR;
// abbreviations for parameter infos
#define RO { FUNC_PARAM_REGULAR, FUNC_PARAMCONV_ORG, false }
-#define RV { FUNC_PARAM_REGULAR, FUNC_PARAMCONV_VAL, false }
#define RA { FUNC_PARAM_REGULAR, FUNC_PARAMCONV_ARR, false }
#define RR { FUNC_PARAM_REGULAR, FUNC_PARAMCONV_RPT, false }
#define RX { FUNC_PARAM_REGULAR, FUNC_PARAMCONV_RPX, false }