Kaydet (Commit) a5025496 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

rtl::OUString::intern( blabla ) -> rtl::OUString( blabla )

Change-Id: Ic114483f4fea528eaf9cd1f8eeb561693feb0664
üst 2c89a7cb
......@@ -254,7 +254,7 @@ void SdrUnoObj::SetContextWritingMode( const sal_Int16 _nContextWritingMode )
{
uno::Reference< beans::XPropertySet > xModelProperties( GetUnoControlModel(), uno::UNO_QUERY_THROW );
xModelProperties->setPropertyValue(
::rtl::OUString::intern( "ContextWritingMode" ),
::rtl::OUString( "ContextWritingMode" ),
uno::makeAny( _nContextWritingMode )
);
}
......
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