diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-26 10:18:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-27 09:36:53 +0100 |
commit | aa753f01ba4631614bb88ee7d3a3e6b222208b3e (patch) | |
tree | c8b168e8e0619c387d30f206848ec30ca7238a00 /l10ntools/source | |
parent | 2ea2860ba56231d989c5e1b8f87392921bc2a8db (diff) |
-Wunused-macros
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
Diffstat (limited to 'l10ntools/source')
-rw-r--r-- | l10ntools/source/export.cxx | 1 | ||||
-rw-r--r-- | l10ntools/source/export2.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 0071f0600910..912f80b4c392 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -1183,7 +1183,6 @@ void Export::CleanValue( rtl::OString &rValue ) } } -#define TXT_STATE_NON 0x000 #define TXT_STATE_TEXT 0x001 #define TXT_STATE_MACRO 0x002 diff --git a/l10ntools/source/export2.cxx b/l10ntools/source/export2.cxx index 4c6891148966..9e69db245a47 100644 --- a/l10ntools/source/export2.cxx +++ b/l10ntools/source/export2.cxx @@ -35,8 +35,6 @@ #define STATE_NON 0x0001 #define STATE_INPUT 0x0002 #define STATE_OUTPUT 0x0003 -#define STATE_PRJ 0x0004 -#define STATE_ROOT 0x0005 #define STATE_MERGESRC 0x0006 #define STATE_LANGUAGES 0x0007 |