summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/UserAdminDlg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:07:41 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-01 14:07:41 +0000
commitae13c7cb0b4fc9c692b43bdec7312afe92b05370 (patch)
tree650956a8fc41aec011b820962039aaf693af7b79 /dbaccess/source/ui/dlg/UserAdminDlg.cxx
parent4b4e2b1b33a60f52da5a324336be17e260302e6d (diff)
INTEGRATION: CWS dba24b (1.12.28); FILE MERGED
2007/08/29 12:02:56 fs 1.12.28.1: getORB made const
Diffstat (limited to 'dbaccess/source/ui/dlg/UserAdminDlg.cxx')
-rw-r--r--dbaccess/source/ui/dlg/UserAdminDlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
index c17a96eb515a..d1e21012350b 100644
--- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx
+++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: UserAdminDlg.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 08:12:59 $
+ * last change: $Author: hr $ $Date: 2007-11-01 15:07:41 $
*
* 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 @@ DBG_NAME(OUserAdminDlg)
return ::std::pair< Reference<XConnection>,sal_Bool> (m_xConnection,sal_False);
}
// -----------------------------------------------------------------------------
- Reference< XMultiServiceFactory > OUserAdminDlg::getORB()
+ Reference< XMultiServiceFactory > OUserAdminDlg::getORB() const
{
return m_pImpl->getORB();
}