summaryrefslogtreecommitdiff
path: root/registry/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:27:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:27:01 +0000
commit3aefac48b7d4a8c108e377965af28c7812631b4d (patch)
tree51f7cee72cbdb33864c7e9444936d676ba13c5d3 /registry/source
parentbbc0550588e186efced4ffdabdb4ab7355fe2a9a (diff)
INTEGRATION: CWS warnings01 (1.1.1.1.160); FILE MERGED
2005/09/22 22:03:25 sb 1.1.1.1.160.2: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/05 10:06:49 sb 1.1.1.1.160.1: #i53898# Made code warning-free.
Diffstat (limited to 'registry/source')
-rw-r--r--registry/source/keyimpl.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx
index d10879610dd8..883bb6aab624 100644
--- a/registry/source/keyimpl.hxx
+++ b/registry/source/keyimpl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: keyimpl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 05:14:58 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:27:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,9 +55,9 @@ class ORegKey
{
public:
- ORegKey(const OUString& keyName, const OStoreDirectory& rStoreDir, ORegistry* pReg);
+ ORegKey(const OUString& keyName, ORegistry* pReg);
ORegKey(const OUString& keyName, const OUString& linkName,
- const OStoreDirectory& rStoreDir, ORegistry* pReg);
+ ORegistry* pReg);
sal_uInt32 acquire()
{ return ++m_refCount; }
@@ -130,8 +130,7 @@ public:
OUString& pLinkTarget) const;
RegError getResolvedKeyName(const OUString& keyName,
- OUString& resolvedName,
- sal_Bool firstLinkOnly=sal_False);
+ OUString& resolvedName);
public:
ORegKey();