diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-18 16:19:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-18 17:37:00 +0200 |
commit | 121b4ce8919c8ce33bf50e6528a8c6637d21dfd8 (patch) | |
tree | e2cf8e19833297f67b7dbe1853d8ac2873f6aa8b /sw | |
parent | ba73b1996e9797aa4f6884b95333759044416f0d (diff) |
through->throw
Change-Id: I0bc0fca465c0dd020f50aadfd1f5c3f61b42d7ae
Reviewed-on: https://gerrit.libreoffice.org/42429
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/xmltexti.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx index 062ae2938c95..0776fc9fb8aa 100644 --- a/sw/source/filter/xml/xmltexti.cxx +++ b/sw/source/filter/xml/xmltexti.cxx @@ -158,7 +158,7 @@ SwXMLTextImportHelper::SwXMLTextImportHelper( SwXMLTextImportHelper::~SwXMLTextImportHelper() { // the redline helper destructor sets properties on the document - // and may through an exception while doing so... catch this + // and may throw an exception while doing so... catch this try { delete pRedlineHelper; |