diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-04-24 12:32:55 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-04-24 12:32:55 +0000 |
commit | 3281174d7c8cc5c54cb70f231d4c0d9c038c8b1c (patch) | |
tree | 3b719968ffb521e1e8c85fa4974dee44e83440ea /sc/inc/patattr.hxx | |
parent | ef41c74a326778b7904a658d3bdeee53a50c6903 (diff) |
#98824# GetFont: allow to force all text colors to automatic
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r-- | sc/inc/patattr.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index c207fcf7b93a..e7041687bb01 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: patattr.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: nn $ $Date: 2002-03-11 13:59:14 $ + * last change: $Author: nn $ $Date: 2002-04-24 13:31:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,8 @@ enum ScAutoFontColorMode SC_AUTOCOL_RAW, // COL_AUTO is returned SC_AUTOCOL_BLACK, // always use black SC_AUTOCOL_PRINT, // black or white, depending on background - SC_AUTOCOL_DISPLAY // from style settings or white + SC_AUTOCOL_DISPLAY, // from style settings or white + SC_AUTOCOL_FORCE // like SC_AUTOCOL_DISPLAY, but for all stored font colors }; |