diff options
Diffstat (limited to 'svx/source/unodraw/unoshape.cxx')
-rw-r--r-- | svx/source/unodraw/unoshape.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx index 7cc707c7f510..ba50ddedc577 100644 --- a/svx/source/unodraw/unoshape.cxx +++ b/svx/source/unodraw/unoshape.cxx @@ -2017,7 +2017,7 @@ beans::PropertyState SAL_CALL SvxShape::_getPropertyState( const OUString& Prope } // if a item is set, this doesn't mean we want it :) - if( ( beans::PropertyState_DIRECT_VALUE == eState ) ) + if( beans::PropertyState_DIRECT_VALUE == eState ) { switch( pMap->nWID ) { |