summaryrefslogtreecommitdiff
path: root/sw/inc/viewopt.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-12-05 09:06:50 +0000
committerFrank Meies <fme@openoffice.org>2002-12-05 09:06:50 +0000
commit2282738734e2a795267ffd9fbd25b34b16a164b4 (patch)
tree551d3cec16cf2cc108f06acda9213c926eeafc02 /sw/inc/viewopt.hxx
parentcea05642190a039bab568a18074f814fc8070d71 (diff)
#105984# New color config entry FontColor
Diffstat (limited to 'sw/inc/viewopt.hxx')
-rw-r--r--sw/inc/viewopt.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx
index c1ce0616c060..7f9f47a4d9c4 100644
--- a/sw/inc/viewopt.hxx
+++ b/sw/inc/viewopt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewopt.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: tl $ $Date: 2002-11-12 14:29:14 $
+ * last change: $Author: fme $ $Date: 2002-12-05 10:02:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,6 +165,7 @@ class SwViewOption
static Color aObjectBoundColor; // color of object boundaries
static Color aAppBackgroundColor; // application background
static Color aTableBoundColor; // color of table boundaries
+ static Color aFontColor;
static Color aIndexShadingsColor; // background color of indexes
static Color aLinksColor;
static Color aVisitedLinksColor;
@@ -585,6 +586,7 @@ public:
static Color& GetDirectCursorColor();
static Color& GetTextGridColor();
static Color& GetSpellColor();
+ static Color& GetFontColor();
static Color& GetFieldShadingsColor();
static Color& GetSectionBoundColor();
static Color& GetPageBreakColor();