diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 07:19:08 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 07:19:08 +0000 |
commit | bc9d5dc7cd4c513f5879bdfe282d95febbfbd12c (patch) | |
tree | b769fbcbd3434a1b82f0815c4a31bfcd4ba69b63 /sw/source/core/layout/paintfrm.cxx | |
parent | 8ab1466388632c4762f4160a21b45e7e15ea8a96 (diff) |
INTEGRATION: CWS notes5 (1.117.2); FILE MERGED
2008/05/27 18:57:19 mod 1.117.2.1: sidepane and sidepaneborder color
Diffstat (limited to 'sw/source/core/layout/paintfrm.cxx')
-rw-r--r-- | sw/source/core/layout/paintfrm.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 130cd0d827..e0d69f380c 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: paintfrm.cxx,v $ - * $Revision: 1.119 $ + * $Revision: 1.120 $ * * This file is part of OpenOffice.org. * @@ -114,8 +114,8 @@ #include <PostItMgr.hxx> #include <tools/color.hxx> -#define COL_NOTES_SIDEPANE RGB_COLORDATA(240,240,240) -#define COL_NOTES_SIDEPANE_BORDER RGB_COLORDATA(192,192,192) +#define COL_NOTES_SIDEPANE RGB_COLORDATA(230,230,230) +#define COL_NOTES_SIDEPANE_BORDER RGB_COLORDATA(200,200,200) #define COL_NOTES_SIDEPANE_SCROLLAREA RGB_COLORDATA(230,230,220) #include <vcl/svapp.hxx> |