Kaydet (Commit) 5fc588dc authored tarafından Caolán McNamara's avatar Caolán McNamara

CreateFromAscii -> RTL_CONSTASCII_USTRINGPARAM

üst cb27a805
...@@ -553,9 +553,9 @@ sal_Bool LngSvcMgrListenerHelper::RemoveLngSvcEvtBroadcaster( ...@@ -553,9 +553,9 @@ sal_Bool LngSvcMgrListenerHelper::RemoveLngSvcEvtBroadcaster(
LngSvcMgr::LngSvcMgr() : LngSvcMgr::LngSvcMgr()
utl::ConfigItem( String::CreateFromAscii( "Office.Linguistic" ) ), : utl::ConfigItem(OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Linguistic")))
aEvtListeners ( GetLinguMutex() ) , aEvtListeners(GetLinguMutex())
{ {
bDisposing = sal_False; bDisposing = sal_False;
......
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