Kaydet (Commit) 3fa3bf03 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

targeted string re-work

Change-Id: Ie5a8469620650ba67bab8c875e0bc136bd103866
üst 695e7936
......@@ -60,9 +60,9 @@ public:
uno::Sequence<uno::Any> aUcbInitSequence(2);
aUcbInitSequence[0] <<=
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Local"));
rtl::OUString("Local");
aUcbInitSequence[1] <<=
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Office"));
rtl::OUString("Office");
uno::Reference<lang::XMultiServiceFactory>
xServiceFactory(xFactory, uno::UNO_QUERY);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment