summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-22 09:14:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-22 09:14:12 +0000
commiteb0d4e3426d3ab777ebb713073dddd37750319e1 (patch)
treeb18ba0fad27c3f6e6bd192c3344095924a37782b /shell
parent2a981d80f5f8e39bf016cfd6675b3e9431f22a4b (diff)
#i10000#: get rid of unused parameters
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/kdebe/kdebackend.cxx8
-rw-r--r--shell/source/backends/kdebe/kdebecdef.cxx10
-rw-r--r--shell/source/backends/kdebe/kdeinetlayer.cxx6
3 files changed, 11 insertions, 13 deletions
diff --git a/shell/source/backends/kdebe/kdebackend.cxx b/shell/source/backends/kdebe/kdebackend.cxx
index a117a2f786d8..ba59eed07470 100644
--- a/shell/source/backends/kdebe/kdebackend.cxx
+++ b/shell/source/backends/kdebe/kdebackend.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: kdebackend.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2006-06-02 12:24:08 $
+ * last change: $Author: hr $ $Date: 2006-06-22 10:14:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,7 +76,7 @@ KDEBackend::~KDEBackend(void)
//------------------------------------------------------------------------------
uno::Reference<backend::XLayer> SAL_CALL KDEBackend::getLayer(
- const rtl::OUString& aComponent, const rtl::OUString& aTimestamp)
+ const rtl::OUString& aComponent, const rtl::OUString& /* aTimestamp */)
throw (backend::BackendAccessException, lang::IllegalArgumentException)
{
uno::Reference<backend::XLayer> xLayer;
@@ -100,7 +100,7 @@ uno::Reference<backend::XLayer> SAL_CALL KDEBackend::getLayer(
//------------------------------------------------------------------------------
uno::Reference<backend::XUpdatableLayer> SAL_CALL
-KDEBackend::getUpdatableLayer(const rtl::OUString& aComponent)
+KDEBackend::getUpdatableLayer(const rtl::OUString& /* aComponent */)
throw (backend::BackendAccessException,lang::NoSupportException,
lang::IllegalArgumentException)
{
diff --git a/shell/source/backends/kdebe/kdebecdef.cxx b/shell/source/backends/kdebe/kdebecdef.cxx
index ed53ec04d725..5e4f753b6cb0 100644
--- a/shell/source/backends/kdebe/kdebecdef.cxx
+++ b/shell/source/backends/kdebe/kdebecdef.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: kdebecdef.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2006-06-02 12:25:05 $
+ * last change: $Author: hr $ $Date: 2006-06-22 10:13:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -93,19 +93,19 @@ static const cppu::ImplementationEntry kImplementations_entries[] =
NULL,
0
},
- { NULL }
+ { NULL, NULL, NULL, NULL, NULL, 0 }
} ;
//------------------------------------------------------------------------------
extern "C" void SAL_CALL component_getImplementationEnvironment(
const sal_Char **aEnvTypeName,
- uno_Environment **aEnvironment) {
+ uno_Environment **) {
*aEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME ;
}
//------------------------------------------------------------------------------
-extern "C" sal_Bool SAL_CALL component_writeInfo(void *pServiceManager,
+extern "C" sal_Bool SAL_CALL component_writeInfo(void *,
void *pRegistryKey) {
using namespace ::com::sun::star::registry;
diff --git a/shell/source/backends/kdebe/kdeinetlayer.cxx b/shell/source/backends/kdebe/kdeinetlayer.cxx
index e05335d0da75..bb1573b2ad34 100644
--- a/shell/source/backends/kdebe/kdeinetlayer.cxx
+++ b/shell/source/backends/kdebe/kdeinetlayer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: kdeinetlayer.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2006-06-02 12:25:52 $
+ * last change: $Author: hr $ $Date: 2006-06-22 10:14:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,8 +92,6 @@ void SAL_CALL KDEInetLayer::readData( const uno::Reference<backend::XLayerHandle
uno::Sequence<backend::PropertyInfo> aPropInfoList(6);
sal_Int32 nProperties = 0;
- KProtocolManager::ProxyType aProxyType = KProtocolManager::proxyType();
-
switch ( KProtocolManager::proxyType() )
{
case KProtocolManager::ManualProxy: // Proxies are manually configured