summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-13 14:42:17 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-09-13 17:29:04 +0200
commit883991e8470075be1ade56595a90040d1ad64f6c (patch)
treec9ced72a3e522720b2570f39d5304decdc749be1 /rsc
parent99e1ea3c3f22388d9f4215b3914828f79e22cf83 (diff)
Header/Footer: use a plus symbol instead of the add icon
This will help drawing the high contrast mode and makes the plus more visible even given the background color.
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/vclrsc.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsc/inc/vclrsc.hxx b/rsc/inc/vclrsc.hxx
index 2189340bc74d..0fe026ebc178 100644
--- a/rsc/inc/vclrsc.hxx
+++ b/rsc/inc/vclrsc.hxx
@@ -168,6 +168,7 @@ typedef sal_uInt16 SymbolType;
#define SYMBOL_DOCK ((SymbolType)32)
#define SYMBOL_HIDE ((SymbolType)33)
#define SYMBOL_HELP ((SymbolType)34)
+#define SYMBOL_PLUS ((SymbolType)35)
#define SYMBOL_NOSYMBOL (SYMBOL_DONTKNOW)