Tag: cws_src680_dba24
User: fs      
Date: 05/03/09 01:26:03

Modified:
 /dba/dbaccess/source/core/dataaccess/
  databasedocument.cxx

Log:
 #i10000# access proper service factory in GetUIConfigurationManager

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: databasedocument.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasedocument.cxx?r1=1.8.2.14&r2=1.8.2.15
Delta lines:  +3 -3
-------------------
--- databasedocument.cxx        8 Mar 2005 15:06:18 -0000       1.8.2.14
+++ databasedocument.cxx        9 Mar 2005 09:26:00 -0000       1.8.2.15
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: databasedocument.cxx,v $
  *
- *  $Revision: 1.8.2.14 $
+ *  $Revision: 1.8.2.15 $
  *
- *  last change: $Author: fs $ $Date: 2005/03/08 15:06:18 $
+ *  last change: $Author: fs $ $Date: 2005/03/09 09:26:00 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -985,7 +985,7 @@
        if ( !m_xUIConfigurationManager.is() )
     {
         m_xUIConfigurationManager = Reference< 
::com::sun::star::ui::XUIConfigurationManager >(
-            m_xServiceFactory->createInstance(
+            m_pImpl->m_xServiceFactory->createInstance(
                 ::rtl::OUString::createFromAscii( 
"com.sun.star.ui.UIConfigurationManager" )),
                 UNO_QUERY );
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to