diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-10-07 21:53:37 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-10-07 22:29:11 +0400 |
commit | f7cb9e4f122a05eec362d6caf3a6fa53942eb116 (patch) | |
tree | d4e695d3205ec70112f6a929a08ae1a9799ca6e6 /include/svx/xdef.hxx | |
parent | f8987cff841a5fd13d72a85fc88a0e6fc742cbd5 (diff) |
define colors as hexadecimal
Change-Id: I31ac3c6bf09e18bb4bcd95c004a76045ad50cc92
Diffstat (limited to 'include/svx/xdef.hxx')
-rw-r--r-- | include/svx/xdef.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xdef.hxx b/include/svx/xdef.hxx index 2d8ef556a054..3ec26ea15758 100644 --- a/include/svx/xdef.hxx +++ b/include/svx/xdef.hxx @@ -28,8 +28,8 @@ |* \************************************************************************/ -#define COL_DEFAULT_SHAPE_FILLING RGB_COLORDATA( 0x72, 0x9F, 0xCF ) -#define COL_DEFAULT_SHAPE_STROKE RGB_COLORDATA( 52, 101, 164 ) +#define COL_DEFAULT_SHAPE_FILLING 0x729fcf +#define COL_DEFAULT_SHAPE_STROKE 0x3465a4 #define XATTR_START 1000 |