From 3ca89e01c999f957a2d7f0a8a65400965ffccb2f Mon Sep 17 00:00:00 2001 From: "Thomas Benisch [tbe]" Date: Wed, 19 Jan 2011 17:13:10 +0100 Subject: chart51: #i103864# Data labels overlining --- chart2/source/inc/CharacterProperties.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chart2/source/inc') diff --git a/chart2/source/inc/CharacterProperties.hxx b/chart2/source/inc/CharacterProperties.hxx index 0742435e9bfe..676618d0bc5c 100644 --- a/chart2/source/inc/CharacterProperties.hxx +++ b/chart2/source/inc/CharacterProperties.hxx @@ -63,6 +63,9 @@ public: PROP_CHAR_UNDERLINE, PROP_CHAR_UNDERLINE_COLOR, PROP_CHAR_UNDERLINE_HAS_COLOR, + PROP_CHAR_OVERLINE, + PROP_CHAR_OVERLINE_COLOR, + PROP_CHAR_OVERLINE_HAS_COLOR, PROP_CHAR_WEIGHT, PROP_CHAR_POSTURE, PROP_CHAR_AUTO_KERNING, -- cgit