summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:45:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:45:08 +0000
commit53947fa8f24ce9c9fa82519abc60fc2d3ea6bf17 (patch)
tree927e9268c8309795c11d1c9d053bdd3c6b38b632
parentec997f3153301abcf83ee3787992c783e974cf60 (diff)
INTEGRATION: CWS calcwarnings (1.10.110); FILE MERGED
2007/02/19 16:09:48 nn 1.10.110.2: RESYNC: (1.10-1.11); FILE MERGED 2006/12/01 08:53:43 nn 1.10.110.1: #i69284# warning-free: ui, wntmsci10
-rw-r--r--sc/source/ui/unoobj/filtuno.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx
index f69011f2a..82b0aa6fd 100644
--- a/sc/source/ui/unoobj/filtuno.cxx
+++ b/sc/source/ui/unoobj/filtuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: filtuno.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2007-01-25 11:07:31 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:45:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -141,7 +141,7 @@ void SAL_CALL ScFilterOptionsObj::setPropertyValues( const uno::Sequence<beans::
// XExecutableDialog
-void SAL_CALL ScFilterOptionsObj::setTitle( const ::rtl::OUString& aTitle ) throw(uno::RuntimeException)
+void SAL_CALL ScFilterOptionsObj::setTitle( const ::rtl::OUString& /* aTitle */ ) throw(uno::RuntimeException)
{
// not used
}
@@ -280,7 +280,7 @@ sal_Int16 SAL_CALL ScFilterOptionsObj::execute() throw(uno::RuntimeException)
// XImporter
-void SAL_CALL ScFilterOptionsObj::setTargetDocument( const uno::Reference<lang::XComponent>& xDoc )
+void SAL_CALL ScFilterOptionsObj::setTargetDocument( const uno::Reference<lang::XComponent>& /* xDoc */ )
throw(lang::IllegalArgumentException, uno::RuntimeException)
{
bExport = sal_False;
@@ -288,7 +288,7 @@ void SAL_CALL ScFilterOptionsObj::setTargetDocument( const uno::Reference<lang::
// XExporter
-void SAL_CALL ScFilterOptionsObj::setSourceDocument( const uno::Reference<lang::XComponent>& xDoc )
+void SAL_CALL ScFilterOptionsObj::setSourceDocument( const uno::Reference<lang::XComponent>& /* xDoc */ )
throw(lang::IllegalArgumentException, uno::RuntimeException)
{
bExport = sal_True;