summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterButton.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-06 13:10:56 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-06 13:10:56 +0100
commit6c4698ded0d859ea64e867745d6512301fd4bcfb (patch)
tree06abcf53237a4fc364e9b42f76cfa604f49146de /sdext/source/presenter/PresenterButton.cxx
parent780df7c562f71cdf0967e8e906c5f4ac84a7b587 (diff)
RTL_CONSTASCII_USTRINGPARAM in extensions 1
Diffstat (limited to 'sdext/source/presenter/PresenterButton.cxx')
-rw-r--r--sdext/source/presenter/PresenterButton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterButton.cxx b/sdext/source/presenter/PresenterButton.cxx
index 055689e7d550..e13bbcdc1386 100644
--- a/sdext/source/presenter/PresenterButton.cxx
+++ b/sdext/source/presenter/PresenterButton.cxx
@@ -134,7 +134,7 @@ PresenterButton::PresenterButton (
mxPresenterHelper = Reference<drawing::XPresenterHelper>(
xFactory->createInstanceWithContext(
- OUString::createFromAscii("com.sun.star.comp.Draw.PresenterHelper"),
+ OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.Draw.PresenterHelper")),
rxComponentContext),
UNO_QUERY_THROW);