diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-03 09:55:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-03 11:12:31 +0200 |
commit | 0ea54aed15ee17a02c9dff861c16d06505f35741 (patch) | |
tree | 344e0be9c23b5c7941ad4012261bf5e38a135247 /i18npool | |
parent | 69df701742a9c3946e2031488c377c18a5ec4de0 (diff) |
remove some unused defines
Change-Id: I85a9a2bc12681e13fc482374165ff9bd6858dc93
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/cclass_unicode.hxx | 1 | ||||
-rw-r--r-- | i18npool/inc/transliteration_caseignore.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/i18npool/inc/cclass_unicode.hxx b/i18npool/inc/cclass_unicode.hxx index 4c295e1b5bd8..3ff2aed9fcaf 100644 --- a/i18npool/inc/cclass_unicode.hxx +++ b/i18npool/inc/cclass_unicode.hxx @@ -25,7 +25,6 @@ #include <cppuhelper/implbase2.hxx> #include <com/sun/star/lang/XServiceInfo.hpp> -#define TRANSLITERATION_casemapping #include <transliteration_body.hxx> namespace com { namespace sun { namespace star { namespace uno { diff --git a/i18npool/inc/transliteration_caseignore.hxx b/i18npool/inc/transliteration_caseignore.hxx index 2949cabc2184..c9b655345824 100644 --- a/i18npool/inc/transliteration_caseignore.hxx +++ b/i18npool/inc/transliteration_caseignore.hxx @@ -19,7 +19,6 @@ #ifndef INCLUDED_I18NPOOL_INC_TRANSLITERATION_CASEIGNORE_HXX #define INCLUDED_I18NPOOL_INC_TRANSLITERATION_CASEIGNORE_HXX -#define TRANSLITERATION_UPPER_LOWER #include "transliteration_body.hxx" namespace com { namespace sun { namespace star { namespace i18n { |