diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/stlsheet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx index 2c34c5e068c9..9d984d001d02 100644 --- a/sd/source/core/stlsheet.cxx +++ b/sd/source/core/stlsheet.cxx @@ -1217,7 +1217,7 @@ PropertyState SAL_CALL SdStyleSheet::getPropertyState( const OUString& PropertyN } // if a item is set, this doesn't mean we want it :) - if( ( PropertyState_DIRECT_VALUE == eState ) ) + if( PropertyState_DIRECT_VALUE == eState ) { switch( pEntry->nWID ) { |