Kaydet (Commit) 1f4edb5d authored tarafından David Tardon's avatar David Tardon

WaE: narrowing conversion from unsigned int to sal_Int32

üst 5c7641bc
......@@ -131,7 +131,9 @@ void MakeBorderLine( sal_Int32 nLineThickness, sal_Int32 nLineType,
{
static const sal_Int32 aBorderDefColor[] =
{
COL_AUTO, COL_BLACK, COL_LIGHTBLUE, COL_LIGHTCYAN, COL_LIGHTGREEN,
// The first item means automatic color (COL_AUTO), but we
// do not use it anyway (see the next statement) .-)
0, COL_BLACK, COL_LIGHTBLUE, COL_LIGHTCYAN, COL_LIGHTGREEN,
COL_LIGHTMAGENTA, COL_LIGHTRED, COL_YELLOW, COL_WHITE, COL_BLUE,
COL_CYAN, COL_GREEN, COL_MAGENTA, COL_RED, COL_BROWN, COL_GRAY,
COL_LIGHTGRAY
......
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