summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-20 09:51:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-20 10:57:14 +0100
commit1361dfc0aa835dcb134d5de4bac594519aa16efe (patch)
tree08cdbc25db499c2c8ee51736b1095d31687554d0 /include
parente3dc8cb177a3ab6a4fb47018763a08ada8eccaf9 (diff)
coverity#1242606 Untrusted loop bound
Change-Id: Iafa03d4dd65eb343a80996880bc1ed846d1b7491
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/svdfppt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 0626c5d03924..6bbe818ebe7b 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -800,7 +800,7 @@ public:
explicit PPTParaSheet( sal_uInt32 nInstance );
PPTParaSheet( const PPTParaSheet& rParaSheet );
- void Read(
+ bool Read(
SdrPowerPointImport& rMan,
SvStream& rIn,
bool bMasterStyle,