summaryrefslogtreecommitdiff
path: root/comphelper/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:54:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:54:21 +0000
commit2ebf3b64f5da3c0460cc62b5c7aa2c8465ae8ed6 (patch)
tree20899f3d0c985496909d3aef944a17bb5512e803 /comphelper/source
parentdf83aa035630b2ca2e19ad8187b9a5bce5338214 (diff)
INTEGRATION: CWS sdblogging (1.4.54); FILE MERGED
2007/04/11 08:48:34 fs 1.4.54.1: getSingleton should be const
Diffstat (limited to 'comphelper/source')
-rw-r--r--comphelper/source/misc/componentcontext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/componentcontext.cxx b/comphelper/source/misc/componentcontext.cxx
index 18fbfd43c73f..1835057a1b8e 100644
--- a/comphelper/source/misc/componentcontext.cxx
+++ b/comphelper/source/misc/componentcontext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: componentcontext.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 17:10:11 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:54:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,7 +137,7 @@ namespace comphelper
}
//------------------------------------------------------------------------
- Reference< XInterface > ComponentContext::getSingleton( const ::rtl::OUString& _rInstanceName )
+ Reference< XInterface > ComponentContext::getSingleton( const ::rtl::OUString& _rInstanceName ) const
{
::rtl::OUString sKey( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/singletons/" ) ) );
sKey += _rInstanceName;