diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-21 09:16:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-21 11:55:10 +0000 |
commit | cdf7572996c553348deae7698f9b1170f5a105f2 (patch) | |
tree | 220dc77c0c44acef694035ec9ef99fc696c1d4b7 /sd/inc | |
parent | 734f30484221e091669cfdb45c144084a1377998 (diff) |
coverity#1209008 Unchecked return value
Change-Id: I7204f02253ff970a6b6f25b83268372d914d7f13
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/sdmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index b1b42915500f..d339c09ce2f5 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -168,7 +168,7 @@ private: This typically is the unmodified request from a execute() function from where this function is called. */ - void OutlineToImpress (SfxRequest& rRequest); + bool OutlineToImpress(SfxRequest& rRequest); /** Add an eventlistener as soon as possible in sd, allows to use remote devices to start the slideshow elegantly, and respecting |