diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:45:34 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:25 +0200 |
commit | 278000a28b8eceb8528ebdcf1d601de8192979e8 (patch) | |
tree | a522e5b53bca5d3e34c8a86d7bbee25a1ad15b3a /xmloff/source | |
parent | 892bb81d17b3351c196661c44fb15b29509c7115 (diff) |
Remove unused defines
Some of them were commented out for documentation purpose.
Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtprmap.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index edf8c2d1f79d..118bd1941b74 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -71,14 +71,10 @@ using namespace ::xmloff::token; // section properties #define MS_E( a, p, l, t, c ) \ _M_E( a, p, l, (t|XML_TYPE_PROP_SECTION), c ) -#define MS_ED( a, p, l, t, c ) \ - _M_ED( a, p, l, (t|XML_TYPE_PROP_SECTION), c ) // ruby properties #define MR_E( a, p, l, t, c ) \ _M_E( a, p, l, (t|XML_TYPE_PROP_RUBY), c ) -#define MR_ED( a, p, l, t, c ) \ - _M_ED( a, p, l, (t|XML_TYPE_PROP_RUBY), c ) #define M_END() \ { NULL, 0, 0, XML_TOKEN_INVALID, 0, 0, SvtSaveOptions::ODFVER_010 } |