Tag: cws_src680_dba24b User: fs Date: 2007-08-29 13:21:55+0000 Modified: dba/dbaccess/source/ui/dlg/advancedsettings.cxx dba/dbaccess/source/ui/dlg/dbwiz.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: advancedsettings.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/advancedsettings.cxx?r1=1.1.2.4&r2=1.1.2.5 Delta lines: +3 -3 ------------------- --- advancedsettings.cxx 2007-08-29 12:02:57+0000 1.1.2.4 +++ advancedsettings.cxx 2007-08-29 13:21:52+0000 1.1.2.5 @@ -4,9 +4,9 @@ * * $RCSfile: advancedsettings.cxx,v $ * - * $Revision: 1.1.2.4 $ + * $Revision: 1.1.2.5 $ * - * last change: $Author: fs $ $Date: 2007/08/29 12:02:57 $ + * last change: $Author: fs $ $Date: 2007/08/29 13:21:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,8 +104,8 @@ ,m_pBooleanComparisonModeLabel( NULL ) ,m_pBooleanComparisonMode( NULL ) ,m_aControlDependencies() - ,m_aSupported( _rDSMeta.getAdvancedSettingsSupport() ) ,m_aBooleanSettings() + ,m_aSupported( _rDSMeta.getAdvancedSettingsSupport() ) { impl_initBooleanSettings(); File [changed]: dbwiz.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbwiz.cxx?r1=1.15.26.1&r2=1.15.26.2 Delta lines: +3 -3 ------------------- --- dbwiz.cxx 2007-08-27 10:48:42+0000 1.15.26.1 +++ dbwiz.cxx 2007-08-29 13:21:52+0000 1.15.26.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbwiz.cxx,v $ * - * $Revision: 1.15.26.1 $ + * $Revision: 1.15.26.2 $ * - * last change: $Author: fs $ $Date: 2007/08/27 10:48:42 $ + * last change: $Author: fs $ $Date: 2007/08/29 13:21:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -275,7 +275,7 @@ return m_pImpl->createConnection(); } // ----------------------------------------------------------------------------- -Reference< XMultiServiceFactory > ODbTypeWizDialog::getORB() +Reference< XMultiServiceFactory > ODbTypeWizDialog::getORB() const { return m_pImpl->getORB(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
