diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-10-07 20:33:00 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-10-07 22:29:10 +0400 |
commit | d5fc6f61416567b044b72ffa7acdcdb0dc8e5c5a (patch) | |
tree | 606ff315608e2fac7e0c7af7aece543f8240310d /include/svx | |
parent | 8c59320fe391ac98ad344623f803583c26a9b93c (diff) |
change default line color to Tango: Sky Blue 2
Change-Id: I3e2139cb1d12fe1849d87b438ab3f55fc21fa574
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/xdef.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xdef.hxx b/include/svx/xdef.hxx index 78b98ee5c201..2d8ef556a054 100644 --- a/include/svx/xdef.hxx +++ b/include/svx/xdef.hxx @@ -29,7 +29,7 @@ \************************************************************************/ #define COL_DEFAULT_SHAPE_FILLING RGB_COLORDATA( 0x72, 0x9F, 0xCF ) -#define COL_DEFAULT_SHAPE_STROKE RGB_COLORDATA( 52, 101, 175 ) +#define COL_DEFAULT_SHAPE_STROKE RGB_COLORDATA( 52, 101, 164 ) #define XATTR_START 1000 |