summaryrefslogtreecommitdiff
path: root/forms/source/component/Columns.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-11 10:46:44 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-11 10:46:44 +0000
commitaeb6f15a7064aaf5f1ef14f5d198a4e36915936f (patch)
treef1ce16d6f209dca9b38e695fdc6ef47a2d612c20 /forms/source/component/Columns.cxx
parent4badd42b6dee6f49ec8baa865c83dfc220caee0d (diff)
#86096# remove the new font proper from the aggregate
Diffstat (limited to 'forms/source/component/Columns.cxx')
-rw-r--r--forms/source/component/Columns.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx
index 7f71e6365168..a8babe3728bb 100644
--- a/forms/source/component/Columns.cxx
+++ b/forms/source/component/Columns.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Columns.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: th $ $Date: 2001-05-11 09:30:04 $
+ * last change: $Author: fs $ $Date: 2001-06-11 11:46:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -380,6 +380,10 @@ void OGridColumn::clearAggregateProperties(Sequence<Property>& seqProps, sal_Boo
RemoveProperty(seqProps, PROPERTY_FONT_SLANT);
RemoveProperty(seqProps, PROPERTY_FONT_UNDERLINE);
RemoveProperty(seqProps, PROPERTY_FONT_STRIKEOUT);
+ RemoveProperty(seqProps, PROPERTY_FONT_WORDLINEMODE);
+ RemoveProperty(seqProps, PROPERTY_TEXTLINECOLOR);
+ RemoveProperty(seqProps, PROPERTY_FONTEMPHASISMARK);
+ RemoveProperty(seqProps, PROPERTY_FONTRELIEF);
RemoveProperty(seqProps, PROPERTY_HARDLINEBREAKS);
RemoveProperty(seqProps, PROPERTY_HSCROLL);
RemoveProperty(seqProps, PROPERTY_LABEL);