[Libreoffice-commits] .: Branch 'libreoffice-3-5-1' - extensions/source

Michael Meeks michael at kemper.freedesktop.org
Wed Feb 29 21:58:52 PST 2012


 extensions/source/nsplugin/source/so_instance.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0334a6ec8311503d9162d41973825ad8616db652
Author: Rene Engelhard <rene at debian.org>
Date:   Wed Feb 29 23:19:00 2012 +0100

    fix nsplugin to create correct com.sun.star.ucb.SimpleFileAccess instance
    
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>
    Signed-off-by: Tor Lillqvist <tml at iki.fi>
    Signed-off-by: Michael Meeks <michael.meeks at suse.com>

diff --git a/extensions/source/nsplugin/source/so_instance.cxx b/extensions/source/nsplugin/source/so_instance.cxx
index 776319b..964ef14 100644
--- a/extensions/source/nsplugin/source/so_instance.cxx
+++ b/extensions/source/nsplugin/source/so_instance.cxx
@@ -241,7 +241,7 @@ sal_Bool SoPluginInstance::LoadDocument(NSP_HWND hParent)
 
         //create stream for the document
         Reference< ::com::sun::star::ucb::XSimpleFileAccess > xSimpleFileAccess(
-            mxRemoteMSF->createInstance( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.ucb.SimpleFileAccessw")) ),
+            mxRemoteMSF->createInstance( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.ucb.SimpleFileAccess")) ),
             uno::UNO_QUERY );
         if(!xSimpleFileAccess.is())
         {


More information about the Libreoffice-commits mailing list