diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:17:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:17:46 +0000 |
commit | e3ed8ae4cbeafa4f7c18163202795c84666abed5 (patch) | |
tree | 58b4c553706c3e6a05a10312aabd07ffff02c4f5 /ucb/source | |
parent | 47a5049d53b0334574ea554bd11560db703c816d (diff) |
INTEGRATION: CWS warnings01 (1.5.10); FILE MERGED
2005/11/09 21:01:41 sb 1.5.10.1: #i53898# Made code warning-free.
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/core/ucbstore.hxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ucb/source/core/ucbstore.hxx b/ucb/source/core/ucbstore.hxx index 05c99bd7934d..974dc645602f 100644 --- a/ucb/source/core/ucbstore.hxx +++ b/ucb/source/core/ucbstore.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ucbstore.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:18:02 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:17:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -134,7 +134,7 @@ public: ::com::sun::star::uno::RuntimeException ); // New - void removeRegistry( const rtl::OUString& URL ); + void removeRegistry(); const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& getInitArgs() const; @@ -381,9 +381,7 @@ public: // Non-interface methods. PropertySetRegistry& getPropertySetRegistry(); - const rtl::OUString& - getFullKey( const com::sun::star::uno::Reference< - com::sun::star::uno::XInterface >& xEscaper ); + const rtl::OUString& getFullKey(); }; #endif /* !_UCBSTORE_HXX */ |