summaryrefslogtreecommitdiff
path: root/framework/source/helper/ocomponentaccess.cxx
diff options
context:
space:
mode:
authorAndreas Schlüns <as@openoffice.org>2001-03-29 12:17:17 +0000
committerAndreas Schlüns <as@openoffice.org>2001-03-29 12:17:17 +0000
commit9eaab44f6e96c1dd1c6fac4b4d9e087e4b2b37cb (patch)
tree17d1e4b5dacda22d361c2286f384675061731f4e /framework/source/helper/ocomponentaccess.cxx
parent463cdb140b2751047868749fb72ddd7d389369c6 (diff)
no TF_FILTER, split defines.hxx, namespaces, new thread helper, some threadsafe code
Diffstat (limited to 'framework/source/helper/ocomponentaccess.cxx')
-rw-r--r--framework/source/helper/ocomponentaccess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/helper/ocomponentaccess.cxx b/framework/source/helper/ocomponentaccess.cxx
index 208363c82eba..e60d4d66ff06 100644
--- a/framework/source/helper/ocomponentaccess.cxx
+++ b/framework/source/helper/ocomponentaccess.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ocomponentaccess.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: as $ $Date: 2000-10-06 11:34:43 $
+ * last change: $Author: as $ $Date: 2001-03-29 13:17:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -295,7 +295,7 @@ Reference< XComponent > OComponentAccess::impl_getFrameComponent( const Referenc
//*****************************************************************************************************************
sal_Bool OComponentAccess::impldbg_checkParameter_OComponentAccessCtor( const Reference< XDesktop >& xOwner ,
- Mutex& aMutex ) const
+ Mutex& aMutex )
{
// Set default return value.
sal_Bool bOK = sal_True;