Kaydet (Commit) c18f300c authored tarafından Miklos Vajna's avatar Miklos Vajna

loplugin:implicitboolconversion

Change-Id: I8fac41d74ada3e85c09bcbeba4856dfe03966ed4
üst 13268c75
......@@ -193,7 +193,7 @@ void SwDoc::dumpAsXml( xmlTextWriterPtr w )
lcl_dumpSdrModel( writer, getIDocumentDrawModelAccess().GetDrawModel() );
writer.startElement("mbModified");
writer.writeFormatAttribute("value", TMP_FORMAT, mbModified);
writer.writeFormatAttribute("value", TMP_FORMAT, static_cast<int>(mbModified));
writer.endElement();
writer.endElement();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment