summaryrefslogtreecommitdiff
path: root/sd/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter')
-rw-r--r--sd/source/filter/ppt/pptatom.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptatom.hxx b/sd/source/filter/ppt/pptatom.hxx
index c23e662442b1..c03882ed6994 100644
--- a/sd/source/filter/ppt/pptatom.hxx
+++ b/sd/source/filter/ppt/pptatom.hxx
@@ -97,7 +97,7 @@ inline const Atom* Atom::findNextChildAtom( const Atom* pLast )
inline bool Atom::isContainer() const
{
- return (bool)maRecordHeader.IsContainer();
+ return maRecordHeader.IsContainer();
}
inline bool Atom::seekToContent() const