summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/miscuno.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:46:06 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:46:06 +0000
commita8ffb8f6159b60b10a955ab51745ef44b60a3984 (patch)
tree94b30fcf165cd24b3984399fdb4748756c2a5fa1 /sc/source/ui/unoobj/miscuno.cxx
parentfba495705bcb2e8905e371a658f3041d487e450b (diff)
INTEGRATION: CWS calcwarnings (1.11.110); FILE MERGED
2006/12/14 17:57:17 nn 1.11.110.2: #i69284# warning-free: ui, unxsols4 2006/12/01 08:53:43 nn 1.11.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/unoobj/miscuno.cxx')
-rw-r--r--sc/source/ui/unoobj/miscuno.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/unoobj/miscuno.cxx b/sc/source/ui/unoobj/miscuno.cxx
index 4e7f5e489cf9..aaa3897d2cb7 100644
--- a/sc/source/ui/unoobj/miscuno.cxx
+++ b/sc/source/ui/unoobj/miscuno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: miscuno.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 14:41:52 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:46:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -332,7 +332,7 @@ sal_Int32 SAL_CALL ScNameToIndexAccess::getCount( ) throw(::com::sun::star::uno
return xNameAccess->getByName( aNames.getConstArray()[nIndex] );
throw lang::IndexOutOfBoundsException();
- return uno::Any();
+// return uno::Any();
}
// XElementAccess
@@ -370,7 +370,7 @@ uno::Reference<beans::XPropertySetInfo> SAL_CALL ScPrintSettingsObj::getProperty
}
void SAL_CALL ScPrintSettingsObj::setPropertyValue(
- const rtl::OUString& aPropertyName, const uno::Any& aValue )
+ const rtl::OUString& /* aPropertyName */, const uno::Any& /* aValue */ )
throw(beans::UnknownPropertyException, beans::PropertyVetoException,
lang::IllegalArgumentException, lang::WrappedTargetException,
uno::RuntimeException)
@@ -378,7 +378,7 @@ void SAL_CALL ScPrintSettingsObj::setPropertyValue(
//! later...
}
-uno::Any SAL_CALL ScPrintSettingsObj::getPropertyValue( const rtl::OUString& aPropertyName )
+uno::Any SAL_CALL ScPrintSettingsObj::getPropertyValue( const rtl::OUString& /* aPropertyName */ )
throw(beans::UnknownPropertyException, lang::WrappedTargetException,
uno::RuntimeException)
{