summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-03 00:52:41 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-03 01:16:32 +0200
commite1b4c4d4778737b83a383d55da127bdb0592d79a (patch)
treeddc118077d9e7320ba4316feef1b92c91c329110 /filter
parentWaE: expression result unused (diff)
downloadcore-e1b4c4d4778737b83a383d55da127bdb0592d79a.tar.gz
core-e1b4c4d4778737b83a383d55da127bdb0592d79a.zip
WaE: equality comparison with extraneous parentheses
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/svdfppt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/svdfppt.cxx b/filter/source/msfilter/svdfppt.cxx
index 50ce3e722b90..1df7ffb9741b 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -978,7 +978,7 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, voi
}
sal_uInt32 nDestinationInstance = aTextObj.GetInstance();
- if ( ( rPersistEntry.ePageKind == PPT_MASTERPAGE ) )
+ if ( rPersistEntry.ePageKind == PPT_MASTERPAGE )
{
if ( !rPersistEntry.pPresentationObjects )
{