summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 17:00:08 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 17:00:08 +0000
commite74fbe29361bae98452dcfc1918084f8cc4039f3 (patch)
tree03a4df24ab659501a35c69f7cdc2c989efb4c195 /stoc/source
parenta698b9013629d476b9463fabee65d63d51905f7a (diff)
INTEGRATION: CWS ooo20031110 (1.13.72); FILE MERGED
2003/11/03 23:38:31 waratah 1.13.72.1: #i21906# add class keyword after friend and also add a return type of sal_Bool to one function implicitly int return type
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/tdmanager/tdmgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/source/tdmanager/tdmgr.cxx b/stoc/source/tdmanager/tdmgr.cxx
index 91106d504c47..679dedcecfc9 100644
--- a/stoc/source/tdmanager/tdmgr.cxx
+++ b/stoc/source/tdmanager/tdmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdmgr.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2003-10-06 13:04:23 $
+ * last change: $Author: rt $ $Date: 2003-12-01 18:00:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,8 +199,8 @@ class ManagerImpl
XTypeDescriptionEnumerationAccess,
XInitialization >
{
- friend EnumerationImpl;
- friend EventListenerImpl;
+ friend class EnumerationImpl;
+ friend class EventListenerImpl;
Mutex _aComponentMutex;
Reference< XComponentContext > _xContext;