summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/csvgrid.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 08:14:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 08:14:57 +0000
commite0b459c3698fb2fd75dca3a266ecdea8534277cb (patch)
tree99cafd05754202a3ae10248412440940b165abe7 /sc/source/ui/inc/csvgrid.hxx
parentdbff6c29e3896d8887a0b74b9308a8b3405b6a6a (diff)
INTEGRATION: CWS calc14 (1.8.62); FILE MERGED
2003/06/16 08:10:20 dr 1.8.62.1: #110196# window text color for preview
Diffstat (limited to 'sc/source/ui/inc/csvgrid.hxx')
-rw-r--r--sc/source/ui/inc/csvgrid.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sc/source/ui/inc/csvgrid.hxx b/sc/source/ui/inc/csvgrid.hxx
index b5d05c245f77..de780c0ccb96 100644
--- a/sc/source/ui/inc/csvgrid.hxx
+++ b/sc/source/ui/inc/csvgrid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: csvgrid.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:06:10 $
+ * last change: $Author: vg $ $Date: 2003-06-20 09:14:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,14 +148,15 @@ private:
VirtualDevice maGridDev; /// Data grid with selection and cursor.
PopupMenu maPopup; /// Popup menu for column types.
- ::svtools::ColorConfig& mrColorConfig; /// Application color configuration.
+ ::svtools::ColorConfig& mrColorConfig; /// Application color configuration.
Color maBackColor; /// Cell background color.
Color maGridColor; /// Table grid color.
Color maGridPBColor; /// Grid color for "first imported line" delimiter.
Color maAppBackColor; /// Background color for unused area.
- Color maTextColor; /// Text color for headers and data.
+ Color maTextColor; /// Text color for data area.
Color maHeaderBackColor; /// Background color for headers.
Color maHeaderGridColor; /// Grid color for headers.
+ Color maHeaderTextColor; /// Text color for headers.
Color maSelectColor; /// Header color of selected columns.
ScEditEnginePtr mpEditEngine; /// For drawing cell texts.