summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-09-25 22:35:19 +0100
committerNoel Power <noel.power@novell.com>2011-09-26 12:06:05 +0100
commitb778d1a03c0cdf4d0ab0352e08e00ca4d27aef03 (patch)
treea6aa41ea3820e54971e3d5ee35776c372344666b /filter
parent590d9596c54443dc6b65a811569ec74371fa4794 (diff)
fix merge foo and wae
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msocximex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msocximex.cxx b/filter/source/msfilter/msocximex.cxx
index 112157237edf..19e217e2dcf6 100644
--- a/filter/source/msfilter/msocximex.cxx
+++ b/filter/source/msfilter/msocximex.cxx
@@ -41,7 +41,7 @@
using namespace ::com::sun::star;
using namespace ::rtl;
-#define WW8_ASCII2STR(s) String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(s))
+#define C2U(cChar) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(cChar))
static char sWW8_form[] = "WW-Standard";