summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa95b14)
raw | patch | inline | side by side (parent: fa95b14)
author | ishmal <ishmal@users.sourceforge.net> | |
Fri, 14 Apr 2006 19:05:31 +0000 (19:05 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Fri, 14 Apr 2006 19:05:31 +0000 (19:05 +0000) |
src/extension/internal/odf.cpp | patch | blob | history |
index 6424e03029801679217c90f9fd76779ff499a48f..03185b5fcb652c93d78304423cb5ce415c1c9cdd 100644 (file)
int r = (fillCol >> 24) & 0xff;
int g = (fillCol >> 16) & 0xff;
int b = (fillCol >> 8) & 0xff;
- //g_message("## %s %lx", id.c_str(), fillCol);
+ //g_message("## %s %lx", id.c_str(), (unsigned int)fillCol);
snprintf(buf, 15, "#%02x%02x%02x", r, g, b);
si.fillColor = buf;
si.fill = "solid";