summaryrefslogtreecommitdiff
path: root/stoc/source/simpleregistry
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 16:59:57 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 16:59:57 +0000
commita698b9013629d476b9463fabee65d63d51905f7a (patch)
treea801f7ad92c5c397ac2432180afbf52fb69173f1 /stoc/source/simpleregistry
parentf1b5d5fe903c38360fa96ddd2a70ca2d38c0ffc7 (diff)
INTEGRATION: CWS ooo20031110 (1.9.72); FILE MERGED
2003/11/03 23:38:30 waratah 1.9.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/simpleregistry')
-rw-r--r--stoc/source/simpleregistry/simpleregistry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx
index c9337407ab7c..b4f702ed835f 100644
--- a/stoc/source/simpleregistry/simpleregistry.cxx
+++ b/stoc/source/simpleregistry/simpleregistry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: simpleregistry.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dbo $ $Date: 2002-10-21 15:26:05 $
+ * last change: $Author: rt $ $Date: 2003-12-01 17:59:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -175,7 +175,7 @@ public:
virtual sal_Bool SAL_CALL isReadOnly( ) throw(InvalidRegistryException, RuntimeException);
virtual void SAL_CALL mergeKey( const OUString& aKeyName, const OUString& aUrl ) throw(InvalidRegistryException, MergeConflictException, RuntimeException);
- friend RegistryKeyImpl;
+ friend class RegistryKeyImpl;
protected:
Mutex m_mutex;
OUString m_url;