diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-04 23:25:40 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-04 23:26:57 +0900 |
commit | 54a908a003db858874d85ca528983882e85e5c2e (patch) | |
tree | 70ab2d33ee0073b5629e37ec068d4dfcc34eacaf /xmloff/source | |
parent | 47e0df5cebc05576e55210c5dd408a6f3eb91700 (diff) |
nuke unused defines
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtprhdl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/text/txtprhdl.cxx b/xmloff/source/text/txtprhdl.cxx index 240afeffeb07..3dab77fc9993 100644 --- a/xmloff/source/text/txtprhdl.cxx +++ b/xmloff/source/text/txtprhdl.cxx @@ -63,9 +63,6 @@ using namespace ::com::sun::star::style; using namespace ::com::sun::star::text; using namespace ::xmloff::token; - -#define CONSTASCII_USTRINGPARAM_CMP(s) s, sizeof(s)-1 - // --------------------------------------------------------------------------- SvXMLEnumMapEntry const pXML_HoriPos_Enum[] = |