diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/stlfamily.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/stlfamily.cxx b/sd/source/core/stlfamily.cxx index 54680db5d510..62eab7b25e43 100644 --- a/sd/source/core/stlfamily.cxx +++ b/sd/source/core/stlfamily.cxx @@ -148,7 +148,7 @@ SdStyleSheet* SdStyleFamily::GetSheetByName( const OUString& rName ) { // we assume that we have only SdStyleSheets SdStyleSheet* pSdStyle = static_cast< SdStyleSheet* >( pStyle ); - if( pSdStyle && pSdStyle->GetApiName() == rName) + if (pSdStyle->GetApiName() == rName) { pRet = pSdStyle; break; |