summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-11-26 20:45:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-11-27 10:10:31 +0100
commitbb149908f142a59faa3ed61aaa1277b608cc7e40 (patch)
treedc8f1a9d2b08773ab702a56bddc24358608f941b /sd
parentff6ab290b186904de2b73900fef3ae491db61350 (diff)
ofz#4436 check if seek succeeded
Change-Id: I56d9692647b28c706b56ccacf08d494b3d830d94 Reviewed-on: https://gerrit.libreoffice.org/45295 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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 60eb678303b0..4215cd7b60a8 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -857,7 +857,7 @@ bool ImplSdPPTImport::Import()
bool bSuccess = aHd.SeekToEndOfRecord(rStCtrl);
if (!bSuccess)
{
- SAL_WARN("filter.ms", "Count not seek to end of record");
+ SAL_WARN("filter.ms", "Could not seek to end of record");
break;
}
}