diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:02:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-12 18:02:01 +0000 |
commit | c767330eb9c672d380b965b7156b2dc74b0426e6 (patch) | |
tree | d39fc929093c6d826eddf4c9ba45ebf97bb0715e /sd/source/ui/unoidl/unopback.cxx | |
parent | f97ecde63967a2c69319ef807f3f1df1dbe6ade9 (diff) |
INTEGRATION: CWS sdwarningsbegone (1.14.38); FILE MERGED
2006/11/22 12:42:21 cl 1.14.38.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/unoidl/unopback.cxx')
-rw-r--r-- | sd/source/ui/unoidl/unopback.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sd/source/ui/unoidl/unopback.cxx b/sd/source/ui/unoidl/unopback.cxx index 65d5cc4fac01..8e64dee0bfb7 100644 --- a/sd/source/ui/unoidl/unopback.cxx +++ b/sd/source/ui/unoidl/unopback.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unopback.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-09-16 19:27:51 $ + * last change: $Author: kz $ $Date: 2006-12-12 19:02:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,7 +84,7 @@ const SfxItemPropertyMap* ImplGetPageBackgroundPropertyMap() static const SfxItemPropertyMap aPageBackgroundPropertyMap_Impl[] = { FILL_PROPERTIES - {0,0,0,0,0} + {0,0,0,0,0,0} }; return aPageBackgroundPropertyMap_Impl; @@ -127,7 +127,7 @@ SdUnoPageBackground::~SdUnoPageBackground() throw() delete mpSet; } -void SdUnoPageBackground::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) +void SdUnoPageBackground::Notify( SfxBroadcaster&, const SfxHint& rHint ) { const SdrHint* pSdrHint = PTR_CAST( SdrHint, &rHint ); @@ -318,10 +318,10 @@ uno::Any SAL_CALL SdUnoPageBackground::getPropertyValue( const OUString& Propert return aAny; } -void SAL_CALL SdUnoPageBackground::addPropertyChangeListener( const OUString& aPropertyName, const uno::Reference< beans::XPropertyChangeListener >& xListener ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} -void SAL_CALL SdUnoPageBackground::removePropertyChangeListener( const OUString& aPropertyName, const uno::Reference< beans::XPropertyChangeListener >& aListener ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} -void SAL_CALL SdUnoPageBackground::addVetoableChangeListener( const OUString& PropertyName, const uno::Reference< beans::XVetoableChangeListener >& aListener ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} -void SAL_CALL SdUnoPageBackground::removeVetoableChangeListener( const OUString& PropertyName, const uno::Reference< beans::XVetoableChangeListener >& aListener ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} +void SAL_CALL SdUnoPageBackground::addPropertyChangeListener( const OUString& , const uno::Reference< beans::XPropertyChangeListener >& ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} +void SAL_CALL SdUnoPageBackground::removePropertyChangeListener( const OUString& , const uno::Reference< beans::XPropertyChangeListener >& ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} +void SAL_CALL SdUnoPageBackground::addVetoableChangeListener( const OUString& , const uno::Reference< beans::XVetoableChangeListener >& ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} +void SAL_CALL SdUnoPageBackground::removeVetoableChangeListener( const OUString& , const uno::Reference< beans::XVetoableChangeListener >& ) throw(beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) {} // XPropertyState beans::PropertyState SAL_CALL SdUnoPageBackground::getPropertyState( const OUString& PropertyName ) |