Tag: cws_src680_dba24b User: fs Date: 2007-08-29 12:03:00+0000 Modified: dba/dbaccess/source/ui/dlg/AdabasStatDlg.cxx dba/dbaccess/source/ui/dlg/UserAdminDlg.cxx dba/dbaccess/source/ui/dlg/advancedsettings.cxx dba/dbaccess/source/ui/dlg/dbadmin.cxx
Log: getORB made const File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: AdabasStatDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/AdabasStatDlg.cxx?r1=1.13&r2=1.13.28.1 Delta lines: +4 -4 ------------------- --- AdabasStatDlg.cxx 2007-07-06 08:09:01+0000 1.13 +++ AdabasStatDlg.cxx 2007-08-29 12:02:56+0000 1.13.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: AdabasStatDlg.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.28.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:09:01 $ + * last change: $Author: fs $ $Date: 2007/08/29 12:02:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -174,7 +174,7 @@ return m_pImpl->createConnection(); } // ----------------------------------------------------------------------------- - Reference< XMultiServiceFactory > OAdabasStatPageDlg::getORB() + Reference< XMultiServiceFactory > OAdabasStatPageDlg::getORB() const { return m_pImpl->getORB(); } File [changed]: UserAdminDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/UserAdminDlg.cxx?r1=1.12&r2=1.12.28.1 Delta lines: +4 -4 ------------------- --- UserAdminDlg.cxx 2007-07-06 08:12:59+0000 1.12 +++ UserAdminDlg.cxx 2007-08-29 12:02:56+0000 1.12.28.1 @@ -4,9 +4,9 @@ * * $RCSfile: UserAdminDlg.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.12.28.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:12:59 $ + * last change: $Author: fs $ $Date: 2007/08/29 12:02:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -223,7 +223,7 @@ return ::std::pair< Reference<XConnection>,sal_Bool> (m_xConnection,sal_False); } // ----------------------------------------------------------------------------- - Reference< XMultiServiceFactory > OUserAdminDlg::getORB() + Reference< XMultiServiceFactory > OUserAdminDlg::getORB() const { return m_pImpl->getORB(); } File [changed]: advancedsettings.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/advancedsettings.cxx?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +3 -3 ------------------- --- advancedsettings.cxx 2007-08-27 20:29:09+0000 1.1.2.3 +++ advancedsettings.cxx 2007-08-29 12:02:57+0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: advancedsettings.cxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: fs $ $Date: 2007/08/27 20:29:09 $ + * last change: $Author: fs $ $Date: 2007/08/29 12:02:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -491,7 +491,7 @@ } // ----------------------------------------------------------------------------- - Reference< XMultiServiceFactory > AdvancedSettingsDialog::getORB() + Reference< XMultiServiceFactory > AdvancedSettingsDialog::getORB() const { return m_pImpl->getORB(); } File [changed]: dbadmin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbadmin.cxx?r1=1.103.28.2&r2=1.103.28.3 Delta lines: +3 -3 ------------------- --- dbadmin.cxx 2007-08-27 13:31:24+0000 1.103.28.2 +++ dbadmin.cxx 2007-08-29 12:02:57+0000 1.103.28.3 @@ -4,9 +4,9 @@ * * $RCSfile: dbadmin.cxx,v $ * - * $Revision: 1.103.28.2 $ + * $Revision: 1.103.28.3 $ * - * last change: $Author: fs $ $Date: 2007/08/27 13:31:24 $ + * last change: $Author: fs $ $Date: 2007/08/29 12:02:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -377,7 +377,7 @@ return m_pImpl->createConnection(); } // ----------------------------------------------------------------------------- -Reference< XMultiServiceFactory > ODbAdminDialog::getORB() +Reference< XMultiServiceFactory > ODbAdminDialog::getORB() const { return m_pImpl->getORB(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
