sc/source/filter/xcl97/XclExpChangeTrack.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 382fa3db431ff2e227e99591ac74c91fb8da9a6e
Author: Tor Lillqvist <t...@iki.fi>
Date:   Fri Apr 19 00:23:07 2013 +0300

    WaE: format specifies type 'int' but the argument has type 'sal_uInt32'
    
    Change-Id: Id5f8253f1d72f9bb6f56d354293ccdedf44239d2

diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx 
b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
index 708d764..5e37df0 100644
--- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
@@ -49,7 +49,7 @@ static OString lcl_DateTimeToOString( const DateTime& 
rDateTime )
 {
     char sBuf[ 200 ];
     snprintf( sBuf, sizeof( sBuf ),
-            "%d-%02d-%02dT%02d:%02d:%02d.%09dZ",
+            "%d-%02d-%02dT%02d:%02d:%02d.%09" SAL_PRIuUINT32 "Z",
             rDateTime.GetYear(), rDateTime.GetMonth(), rDateTime.GetDay(),
             rDateTime.GetHour(), rDateTime.GetMin(), rDateTime.GetSec(),
             rDateTime.GetNanoSec() );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to