summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-25 07:27:35 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-25 07:27:35 +0000
commit658322b929dac0a6b41f86661920ee95787dd098 (patch)
tree63fd004b5475c85cffef1242fe22d0ef7eba1749 /chart2/source/controller/chartapiwrapper
parent9d4626945134158863b7d4b6a3accfbdf35e84b9 (diff)
INTEGRATION: CWS chart07 (1.5.12); FILE MERGED
2007/07/10 11:57:28 bm 1.5.12.1: #i69281# warnings removed
Diffstat (limited to 'chart2/source/controller/chartapiwrapper')
-rw-r--r--chart2/source/controller/chartapiwrapper/TitleWrapper.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
index 66363f06cd17..f1fde82c688e 100644
--- a/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/TitleWrapper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TitleWrapper.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 17:19:25 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:27:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -131,7 +131,7 @@ Any WrappedTitleStringProperty::getPropertyValue( const Reference< beans::XPrope
}
return aRet;
}
-Any WrappedTitleStringProperty::getPropertyDefault( const Reference< beans::XPropertyState >& xInnerPropertyState ) const
+Any WrappedTitleStringProperty::getPropertyDefault( const Reference< beans::XPropertyState >& /*xInnerPropertyState*/ ) const
throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException)
{
return uno::makeAny( rtl::OUString() );//default title is a empty String
@@ -277,7 +277,7 @@ awt::Size SAL_CALL TitleWrapper::getSize()
return m_spChart2ModelContact->GetTitleSize( this->getTitle() );
}
-void SAL_CALL TitleWrapper::setSize( const awt::Size& aSize )
+void SAL_CALL TitleWrapper::setSize( const awt::Size& /*aSize*/ )
throw (beans::PropertyVetoException,
uno::RuntimeException)
{
@@ -412,7 +412,7 @@ Any SAL_CALL TitleWrapper::getPropertyValue( const OUString& rPropertyName )
beans::PropertyState SAL_CALL TitleWrapper::getPropertyState( const OUString& rPropertyName )
throw (beans::UnknownPropertyException, uno::RuntimeException)
{
- beans::PropertyState aState;
+ beans::PropertyState aState( beans::PropertyState_DIRECT_VALUE );
sal_Int32 nHandle = getInfoHelper().getHandleByName( rPropertyName );
if( CharacterProperties::IsCharacterPropertyHandle( nHandle ) )