diff options
-rw-r--r-- | sw/source/core/docnode/nodedump.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/docnode/nodedump.cxx b/sw/source/core/docnode/nodedump.cxx index 5934911a2219..cd0bb5e25f0a 100644 --- a/sw/source/core/docnode/nodedump.cxx +++ b/sw/source/core/docnode/nodedump.cxx @@ -494,7 +494,7 @@ void SwRedlineTbl::dumpAsXml( xmlTextWriterPtr w ) //writer.writeFormatAttribute( "ptr", "%p", &pStartContent ); //writer.writeFormatAttribute( "content_index", "%d", pStartContent.GetIndex() ); //writer.endElement( ); // swindex - writer.writeFormatAttribute( "swindex_content_index", TMP_FORMAT, pStartContent.GetIndex() ); + writer.writeFormatAttribute( "swindex_content_index", TMP_FORMAT_I32, pStartContent.GetIndex() ); } //writer.endElement( ); // swnodeindex } @@ -534,7 +534,7 @@ void SwRedlineTbl::dumpAsXml( xmlTextWriterPtr w ) //writer.writeFormatAttribute( "ptr", "%p", &pEndContent ); //writer.writeFormatAttribute( "content_index", "%d", pEndContent.GetIndex() ); //writer.endElement( ); // swindex - writer.writeFormatAttribute( "swindex_content_index", TMP_FORMAT, pEndContent.GetIndex() ); + writer.writeFormatAttribute( "swindex_content_index", TMP_FORMAT_I32, pEndContent.GetIndex() ); } //writer.endElement( ); // swnodeindex } |