Kaydet (Commit) a21b2850 authored tarafından Takeshi Abe's avatar Takeshi Abe

fix a missing parentheis

üst d135b41c
...@@ -222,7 +222,7 @@ throw ( lang::IllegalArgumentException, script::CannotConvertException, RuntimeE ...@@ -222,7 +222,7 @@ throw ( lang::IllegalArgumentException, script::CannotConvertException, RuntimeE
Reference< XInterface > xInterface( Reference< XInterface > xInterface(
m_xMultiComFac->createInstanceWithContext( m_xMultiComFac->createInstanceWithContext(
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.ucb.SimpleFileAccess" ), "com.sun.star.ucb.SimpleFileAccess" )),
m_xContext m_xContext
), ),
UNO_SET_THROW UNO_SET_THROW
......
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