diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-03-31 20:41:33 +0200 |
---|---|---|
committer | Christina Roßmanith <ChrRossmanith@web.de> | 2013-04-02 20:25:44 +0000 |
commit | 7dac241ca0dd0e8c53c246d8490e954d5b594862 (patch) | |
tree | 9a5e51a4dc4863d7db12ca48e4c52a97a02c2033 /bridges/source/cpp_uno/shared | |
parent | 43d426aca1f5ef699db9efe8e370677be85165e5 (diff) |
Remove RTL_CONSTASCII_(U)STRINGPARAM in bridges
Change-Id: Id8777ee7f587846399e95cf3b1b37d669a76bae5
Reviewed-on: https://gerrit.libreoffice.org/3139
Reviewed-by: Christina Roßmanith <ChrRossmanith@web.de>
Tested-by: Christina Roßmanith <ChrRossmanith@web.de>
Diffstat (limited to 'bridges/source/cpp_uno/shared')
-rw-r--r-- | bridges/source/cpp_uno/shared/component.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/shared/component.cxx b/bridges/source/cpp_uno/shared/component.cxx index fe89c7bc764d..89422eb50983 100644 --- a/bridges/source/cpp_uno/shared/component.cxx +++ b/bridges/source/cpp_uno/shared/component.cxx @@ -64,7 +64,7 @@ const OUString & SAL_CALL cppu_cppenv_getStaticOIdPart() SAL_THROW(()) if (! s_pStaticOidPart) { OUStringBuffer aRet( 64 ); - aRet.appendAscii( RTL_CONSTASCII_STRINGPARAM("];") ); + aRet.append( "];" ); // good guid sal_uInt8 ar[16]; ::rtl_getGlobalProcessId( ar ); |