[Libreoffice-commits] core.git: sw/source
Caolán McNamara
caolanm at redhat.com
Mon Sep 18 15:37:29 UTC 2017
sw/source/filter/xml/xmltexti.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 121b4ce8919c8ce33bf50e6528a8c6637d21dfd8
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Sep 18 16:19:30 2017 +0100
through->throw
Change-Id: I0bc0fca465c0dd020f50aadfd1f5c3f61b42d7ae
Reviewed-on: https://gerrit.libreoffice.org/42429
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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;
More information about the Libreoffice-commits
mailing list