[Libreoffice-commits] .: scripting/source

Takeshi Abe tabe at kemper.freedesktop.org
Sat Aug 13 07:15:30 PDT 2011


 scripting/source/runtimemgr/ScriptNameResolverImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a21b285064a777f36749565d77f1203ccb0c810a
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sat Aug 13 23:13:43 2011 +0900

    fix a missing parentheis

diff --git a/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx b/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
index 7be13f8..99ea643 100644
--- a/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
+++ b/scripting/source/runtimemgr/ScriptNameResolverImpl.cxx
@@ -222,7 +222,7 @@ throw ( lang::IllegalArgumentException, script::CannotConvertException, RuntimeE
         Reference< XInterface > xInterface(
             m_xMultiComFac->createInstanceWithContext(
                 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
-                    "com.sun.star.ucb.SimpleFileAccess" ),
+                    "com.sun.star.ucb.SimpleFileAccess" )),
                 m_xContext
             ),
             UNO_SET_THROW


More information about the Libreoffice-commits mailing list