diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-03 10:26:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-03 10:26:01 +0100 |
commit | 2c7988205fc088b86ff7ba3f92253e85773952a1 (patch) | |
tree | 1395606c7331d29e0e6b0718a259b520f1d80bca /unotools | |
parent | d07bb04d2f5dd138ece932c887a514e3d4eb1764 (diff) |
WaE: unused define
Change-Id: I2e4c9f695529a7692b1624d2bce54441d44806b9
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/xmlaccelcfg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/config/xmlaccelcfg.cxx b/unotools/source/config/xmlaccelcfg.cxx index 9fe1d929b2bd..719cbf7f6058 100644 --- a/unotools/source/config/xmlaccelcfg.cxx +++ b/unotools/source/config/xmlaccelcfg.cxx @@ -35,8 +35,6 @@ using namespace com::sun::star::xml::sax; #define ATTRIBUTE_MODIFIER "modifier" #define ATTRIBUTE_URL "url" -#define ATTRIBUTE_TYPE_CDATA "CDATA" - namespace { struct AttributeListImpl_impl; |