summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.cxx
diff options
context:
space:
mode:
authorshirahara <luixxiul@gmail.com>2011-01-30 01:46:46 +0900
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-31 12:15:52 +0100
commit28a110eaa888be53610c83545225563f30da970c (patch)
tree1a96ae00541a1b22a9feed684abea8ec59192324 /sw/source/filter/xml/xmltexti.cxx
parent9b23ff91eebab9dc906565d649585dec875412bf (diff)
Remove comments; sw/source/filter
Diffstat (limited to 'sw/source/filter/xml/xmltexti.cxx')
-rw-r--r--sw/source/filter/xml/xmltexti.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index 8d3a0341100a..fdd79b1f9eaa 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -176,8 +176,8 @@ SwXMLTextImportHelper::SwXMLTextImportHelper(
SwXMLTextImportHelper::~SwXMLTextImportHelper()
{
- // #90463# the redline helper destructor sets properties on the document
- // and may through an exception while doing so... catch this
+ // the redline helper destructor sets properties on the document
+ // and may through an exception while doing so... catch this
try
{
delete pRedlineHelper;