summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/nodedump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/nodedump.cxx')
-rw-r--r--sw/source/core/docnode/nodedump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/docnode/nodedump.cxx b/sw/source/core/docnode/nodedump.cxx
index 5de57f28e39c..f0c544797c01 100644
--- a/sw/source/core/docnode/nodedump.cxx
+++ b/sw/source/core/docnode/nodedump.cxx
@@ -772,7 +772,7 @@ void SwRedlineTbl::dumpAsXml( xmlTextWriterPtr w )
default:
sRedlineType = "UNKNOWN";
break;
- };
+ }
writer.writeFormatAttribute( "id", "%s", BAD_CAST(aId.getStr()) );
writer.writeFormatAttribute( "author", "%s", BAD_CAST(aAuthor.getStr()) );
writer.writeFormatAttribute( "date", "%s", BAD_CAST(aDate.getStr()) );