summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-09-18 16:19:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-09-18 17:37:00 +0200
commit121b4ce8919c8ce33bf50e6528a8c6637d21dfd8 (patch)
treee2cf8e19833297f67b7dbe1853d8ac2873f6aa8b /sw/source/filter/xml/xmltexti.cxx
parentba73b1996e9797aa4f6884b95333759044416f0d (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/source/filter/xml/xmltexti.cxx')
-rw-r--r--sw/source/filter/xml/xmltexti.cxx2
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;