diff options
author | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-18 14:33:48 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2011-08-18 14:34:15 +0200 |
commit | d40dce0f0f00b88dd645a0f334e3d7b2d6af6515 (patch) | |
tree | 9803baff43eae4683216fa81347e5e1e8fc1414a /svtools/source/config | |
parent | 81ad146539b27391689aceb5770e8eaa382ba58b (diff) |
Header/Footer: moved the decorator color to the options
Diffstat (limited to 'svtools/source/config')
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index ebefe664dd18..65f948d8c97d 100644 --- a/svtools/source/config/colorcfg.cxx +++ b/svtools/source/config/colorcfg.cxx @@ -144,6 +144,7 @@ uno::Sequence< OUString> ColorConfig_Impl::GetPropertyNames(const rtl::OUString& { RTL_CONSTASCII_USTRINGPARAM("/WriterDirectCursor") ,sal_True }, { RTL_CONSTASCII_USTRINGPARAM("/WriterScriptIndicator") ,sal_False }, { RTL_CONSTASCII_USTRINGPARAM("/WriterSectionBoundaries") ,sal_True }, + { RTL_CONSTASCII_USTRINGPARAM("/WriterHeaderFooterMark") ,sal_False }, { RTL_CONSTASCII_USTRINGPARAM("/WriterPageBreaks") ,sal_False }, { RTL_CONSTASCII_USTRINGPARAM("/HTMLSGML") ,sal_False }, { RTL_CONSTASCII_USTRINGPARAM("/HTMLComment") ,sal_False }, @@ -436,6 +437,7 @@ Color ColorConfig::GetDefaultColor(ColorConfigEntry eEntry) 0, // WRITERDIRECTCURSOR COL_GREEN, //WRITERSCRIPTINDICATOR 0xc0c0c0, //WRITERSECTIONBOUNDARIES + 0x0369a3, //WRITERHEADERFOOTERMARK, COL_BLUE, //WRITERPAGEBREAKS, COL_LIGHTBLUE, // HTMLSGML COL_LIGHTGREEN, // HTMLCOMMENT |