sc/source/filter/html/htmlexp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e802e960f8f7343eec1a14eba70b7affc6298968 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Mar 2 18:34:04 2018 +0100 -Werror,-Wformat Change-Id: I33a1ff0ba75e26daf9c368a36629122582a85b01 diff --git a/sc/source/filter/html/htmlexp.cxx b/sc/source/filter/html/htmlexp.cxx index 822c5a331192..18a76fa07942 100644 --- a/sc/source/filter/html/htmlexp.cxx +++ b/sc/source/filter/html/htmlexp.cxx @@ -550,7 +550,7 @@ OString ScHTMLExport::BorderToStyle(const char* pBorderName, // color char hex[7]; - snprintf( hex, 7, "%06x", static_cast<sal_uInt32>( pLine->GetColor().GetRGBColor() ) ); + snprintf( hex, 7, "%06" SAL_PRIxUINT32, static_cast<sal_uInt32>( pLine->GetColor().GetRGBColor() ) ); hex[6] = 0; aOut.append(hex); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits