diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-08 16:05:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-08 16:05:22 +0100 |
commit | a3fd6896633be3936c59abc7e01805482ac2f47a (patch) | |
tree | 19b5ba70a398e7d599a49f6a05a2a123542f1afd /i18npool | |
parent | 987626ee9482407b666abd1d9578aacb410e9935 (diff) |
Remove unused macros
Change-Id: Icc1f5dbe7bac1d80429cafda7e88061193dd137a
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/transliterationImpl.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/i18npool/inc/transliterationImpl.hxx b/i18npool/inc/transliterationImpl.hxx index 0c0fd5a07267..21ffd6c03a56 100644 --- a/i18npool/inc/transliterationImpl.hxx +++ b/i18npool/inc/transliterationImpl.hxx @@ -28,14 +28,6 @@ namespace com { namespace sun { namespace star { namespace i18n { -#if OSL_DEBUG_LEVEL > 0 -#define RETURN_DEBUG_STRING ("return from transliterationImpl"); -#define RETURN_DEBUG_NUMBER 'TRAN' -#else -#define RETURN_DEBUG_STRING -#define RETURN_DEBUG_NUMBER -#endif - class TransliterationImpl : public cppu::WeakImplHelper < css::i18n::XExtendedTransliteration, |