summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-25 07:28:45 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-25 07:28:45 +0000
commit7ace96281779b33ca4c7975781c809203fe77a75 (patch)
tree4444c57491a706edf86b69f41418993fdb2d9b24 /chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
parent5f1950dcc97e8361f217ffaeab0fb0e419cecf3b (diff)
INTEGRATION: CWS chart07 (1.3.8); FILE MERGED
2007/07/10 11:57:28 bm 1.3.8.1: #i69281# warnings removed
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
index 1cf2a75d8e58..eb99acac0e9a 100644
--- a/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
+++ b/chart2/source/controller/chartapiwrapper/WrappedNumberFormatProperty.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WrappedNumberFormatProperty.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2007-06-11 14:57:34 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:28:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -112,7 +112,7 @@ Any WrappedNumberFormatProperty::getPropertyValue( const Reference< beans::XProp
return aRet;
}
-Any WrappedNumberFormatProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
+Any WrappedNumberFormatProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInnerPropertyState*/ ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
return uno::makeAny( sal_Int32( 0 ) );
@@ -184,7 +184,7 @@ Any WrappedLinkNumberFormatProperty::getPropertyValue( const Reference< beans::X
return uno::makeAny( bLink );
}
-Any WrappedLinkNumberFormatProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
+Any WrappedLinkNumberFormatProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInnerPropertyState*/ ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
bool bLink = true;