diff options
Diffstat (limited to 'oox/source/export')
-rw-r--r-- | oox/source/export/ColorPropertySet.cxx | 4 | ||||
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/export/ColorPropertySet.cxx b/oox/source/export/ColorPropertySet.cxx index 4c1d9d842d2e..768763bf91d4 100644 --- a/oox/source/export/ColorPropertySet.cxx +++ b/oox/source/export/ColorPropertySet.cxx @@ -132,25 +132,21 @@ uno::Any SAL_CALL ColorPropertySet::getPropertyValue( const OUString& aPropertyN void SAL_CALL ColorPropertySet::addPropertyChangeListener( const OUString& /* aPropertyName */, const Reference< XPropertyChangeListener >& /* xListener */ ) { OSL_FAIL( "Not Implemented" ); - return; } void SAL_CALL ColorPropertySet::removePropertyChangeListener( const OUString& /* aPropertyName */, const Reference< XPropertyChangeListener >& /* aListener */ ) { OSL_FAIL( "Not Implemented" ); - return; } void SAL_CALL ColorPropertySet::addVetoableChangeListener( const OUString& /* PropertyName */, const Reference< XVetoableChangeListener >& /* aListener */ ) { OSL_FAIL( "Not Implemented" ); - return; } void SAL_CALL ColorPropertySet::removeVetoableChangeListener( const OUString& /* PropertyName */, const Reference< XVetoableChangeListener >& /* aListener */ ) { OSL_FAIL( "Not Implemented" ); - return; } // ____ XPropertyState ____ diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index f12d63c999b7..90f457d351db 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -2784,8 +2784,6 @@ void DrawingML::WriteFill( const Reference< XPropertySet >& xPropSet ) default: ; } - - return; } void DrawingML::WriteStyleProperties( sal_Int32 nTokenId, const Sequence< PropertyValue >& aProperties ) |