summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-27 17:42:39 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-27 17:42:39 +0100
commitc9b2872d56d498b68e5fc71a1a2d910f2a04a7f6 (patch)
treedaaa5e33b34bae507f0802322bf6759f66537fc4 /lotuswordpro
parent93a23f29a783b2dfeb08af81d501baafe16af1fb (diff)
RTL_CONSTASCII_USTRINGPARAM in filters 11 (build problem in sal ?)
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpdrawobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.hxx b/lotuswordpro/source/filter/lwpdrawobj.hxx
index 9d6e95d28498..3f485ac4cfb8 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.hxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.hxx
@@ -156,7 +156,7 @@ public:
protected:
virtual void Read() {}
- virtual rtl::OUString RegisterStyle() { return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("")); }
+ virtual rtl::OUString RegisterStyle() { return rtl::OUString::createFromAscii(""); }
virtual XFFrame* CreateDrawObj(const rtl::OUString& /*rStyleName*/) { return NULL; }
virtual XFFrame* CreateStandardDrawObj(const rtl::OUString& /*rStyleName*/) { return NULL; }
};
@@ -350,7 +350,7 @@ public:
protected:
virtual void Read();
- virtual rtl::OUString RegisterStyle() {return rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(""));}
+ virtual rtl::OUString RegisterStyle() {return rtl::OUString::createFromAscii("");}
virtual XFFrame* CreateDrawObj(const rtl::OUString& /*rStyleName*/){return NULL;}
virtual XFFrame* CreateStandardDrawObj(const rtl::OUString& /*rStyleName*/){return NULL;}
};