RTL_CONSTASCII_USTRINGPARAM sdext

This commit is contained in:
Julien Nabet 2010-12-15 08:00:36 +01:00 committed by David Tardon
parent 92e678daab
commit 99786a265e

View file

@ -34,7 +34,7 @@ namespace sdext { namespace presenter {
makefile.mk with the actual, platform specific, extension identifier.
*/
const ::rtl::OUString PresenterComponent::gsExtensionIdentifier(
::rtl::OUString::createFromAscii("com.sun.PresenterScreen-UPDATED_PLATFORM"));
RTL_CONSTASCII_USTRINGPARAM("com.sun.PresenterScreen-UPDATED_PLATFORM"));
} }