summaryrefslogtreecommitdiff
path: root/shell/source/backends/wininetbe/wininetbackend.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:17:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:17:47 +0000
commit616d01d77857400b27931f64781b8e0b64c61bed (patch)
tree159bd80c4e88dbd42d1dd764eaa7851d6bcd6a1d /shell/source/backends/wininetbe/wininetbackend.cxx
parent30c61d273f284b30f51a71066377d8ebf790d3e1 (diff)
INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2006/03/10 15:10:58 pl 1.3.14.1: #i55991# removed warnings for windows platform
Diffstat (limited to 'shell/source/backends/wininetbe/wininetbackend.cxx')
-rw-r--r--shell/source/backends/wininetbe/wininetbackend.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
index b62a5a1f885a..8ef91639ba61 100644
--- a/shell/source/backends/wininetbe/wininetbackend.cxx
+++ b/shell/source/backends/wininetbe/wininetbackend.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wininetbackend.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:49:56 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:17:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,7 @@ WinInetBackend* WinInetBackend::createInstance(
// ---------------------------------------------------------------------------------------
uno::Reference<backend::XLayer> SAL_CALL WinInetBackend::getLayer(
- const rtl::OUString& aComponent, const rtl::OUString& aTimestamp)
+ const rtl::OUString& aComponent, const rtl::OUString& /*aTimestamp*/)
throw (backend::BackendAccessException, lang::IllegalArgumentException)
{
@@ -99,7 +99,7 @@ uno::Reference<backend::XLayer> SAL_CALL WinInetBackend::getLayer(
//------------------------------------------------------------------------------
uno::Reference<backend::XUpdatableLayer> SAL_CALL
-WinInetBackend::getUpdatableLayer(const rtl::OUString& aComponent)
+WinInetBackend::getUpdatableLayer(const rtl::OUString& /*aComponent*/)
throw (backend::BackendAccessException,lang::NoSupportException,
lang::IllegalArgumentException)
{