diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 16:59:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 16:59:25 +0000 |
commit | ede30cae63dd8f86cc381353dc0a1dfafebefe4d (patch) | |
tree | b78dfece978d3f8e2b69510bc7c1d97f4cfbb4e1 /stoc/source | |
parent | 1dd4e9dcf1424c626db49da6e160912f9adfaaee (diff) |
INTEGRATION: CWS ooo20031110 (1.7.88); FILE MERGED
2003/11/03 23:38:29 waratah 1.7.88.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/defaultregistry/defaultregistry.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/defaultregistry/defaultregistry.cxx b/stoc/source/defaultregistry/defaultregistry.cxx index 4efc9a8ba74c..eddda4f88009 100644 --- a/stoc/source/defaultregistry/defaultregistry.cxx +++ b/stoc/source/defaultregistry/defaultregistry.cxx @@ -2,9 +2,9 @@ * * $RCSfile: defaultregistry.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: jbu $ $Date: 2001-12-07 15:37:29 $ + * last change: $Author: rt $ $Date: 2003-12-01 17:59:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -183,7 +183,7 @@ public: virtual Type SAL_CALL getElementType( ) throw (RuntimeException); virtual sal_Bool SAL_CALL hasElements( ) throw (RuntimeException); - friend NestedKeyImpl; + friend class NestedKeyImpl; protected: Mutex m_mutex; sal_uInt32 m_state; |