From 8db77209e0755d21d9efc34f70a2978d1df5d2c6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 1 Jan 2015 17:00:30 +0200 Subject: remove unused FEATUREFLAG_ #defines Change-Id: Ie0a4daef3b4cd728be7e8a7be5455b919ff8fdf9 --- include/unotools/moduleoptions.hxx | 9 --------- 1 file changed, 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 #include -#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. -- cgit