summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-01 17:00:30 +0200
committerNoel Grandin <noel@peralex.com>2015-01-07 11:20:44 +0200
commit8db77209e0755d21d9efc34f70a2978d1df5d2c6 (patch)
tree0dc86bea6ae004b715e518924163772fa2427c14
parent8aa3cb98adb8675ff3f09d2c1da35d2423e57493 (diff)
remove unused FEATUREFLAG_ #defines
Change-Id: Ie0a4daef3b4cd728be7e8a7be5455b919ff8fdf9
-rw-r--r--include/unotools/moduleoptions.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx
index e26d1442cfb7..d1e2499062ea 100644
--- a/include/unotools/moduleoptions.hxx
+++ b/include/unotools/moduleoptions.hxx
@@ -29,15 +29,6 @@
#include <osl/mutex.hxx>
#include <unotools/options.hxx>
-#define FEATUREFLAG_BASICIDE 0x00000020
-#define FEATUREFLAG_MATH 0x00000100
-#define FEATUREFLAG_CHART 0x00000200
-#define FEATUREFLAG_CALC 0x00000800
-#define FEATUREFLAG_DRAW 0x00001000
-#define FEATUREFLAG_WRITER 0x00002000
-#define FEATUREFLAG_IMPRESS 0x00008000
-#define FEATUREFLAG_INSIGHT 0x00010000
-
/*-************************************************************************************************************
@short forward declaration to our private date container implementation
@descr We use these class as internal member to support small memory requirements.