summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-23 00:13:04 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-23 00:13:33 +0900
commit2b3c23c8a030a5df5c54812ebbb961068d76a4dc (patch)
treed3ebf6dfaf986b645bfdcb18e38f6798e0410831
parentac0f9d3214c25cd0086fd69c45a0ce922a2b950c (diff)
Drop unused #define
Change-Id: Id432bec2ad19b0ff71135cbe65f6e8ba42bf036d
-rw-r--r--sw/source/filter/inc/msfilter.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index 65cc4ece5ec5..1f807c028585 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -36,8 +36,6 @@
#include <boost/noncopyable.hpp>
-#define CREATE_CONST_ASC(s) String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM(s))
-
class SwDoc;
class SwPaM;
class String;