summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-02 12:16:45 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-02 12:42:12 +0200
commit2f432afdf6335d2e0a777cf89ceebe99550328d8 (patch)
tree48dc02006a68c90ad3e62c3679e079a6851774d6 /sd
parentWaE: indexes past the end of an array (diff)
downloadcore-2f432afdf6335d2e0a777cf89ceebe99550328d8.tar.gz
core-2f432afdf6335d2e0a777cf89ceebe99550328d8.zip
WaE: equality comparison with extraneous parentheses
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/ppt/pptin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index 1f8fd684f021..2d1883629eb2 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -740,7 +740,7 @@ sal_Bool ImplSdPPTImport::Import()
((SdPage*)pNotesClone)->SetLayoutName( aLayoutName );
}
}
- else if ( ( pPersist->bStarDrawFiller == sal_False ) )
+ else if ( pPersist->bStarDrawFiller == sal_False )
{
PptSlidePersistEntry* pE = pPersist;
while( ( pE->aSlideAtom.nFlags & 4 ) && pE->aSlideAtom.nMasterId )