Kaydet (Commit) ae13c7cb authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dba24b (1.12.28); FILE MERGED

2007/08/29 12:02:56 fs 1.12.28.1: getORB made const
üst 4b4e2b1b
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: UserAdminDlg.cxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -223,7 +223,7 @@ DBG_NAME(OUserAdminDlg) ...@@ -223,7 +223,7 @@ DBG_NAME(OUserAdminDlg)
return ::std::pair< Reference<XConnection>,sal_Bool> (m_xConnection,sal_False); return ::std::pair< Reference<XConnection>,sal_Bool> (m_xConnection,sal_False);
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
Reference< XMultiServiceFactory > OUserAdminDlg::getORB() Reference< XMultiServiceFactory > OUserAdminDlg::getORB() const
{ {
return m_pImpl->getORB(); return m_pImpl->getORB();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment