summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdpropls.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 11:35:55 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 11:35:55 +0000
commitcf1050b9ab26f8d2235f367dfcf4dc576944d196 (patch)
treef98d1d8e320e764224b727aa5a02e1dcc4b6d5db /xmloff/source/draw/sdpropls.cxx
parent751d702acbefe4fa0c415963f121fc3fdd2e80c1 (diff)
INTEGRATION: CWS schoasis02 (1.72.30); FILE MERGED
2004/11/05 15:03:02 bm 1.72.30.1: #i36581# empty marker-end/start allowed, other empty fill properties also not allowed in auto-styles
Diffstat (limited to 'xmloff/source/draw/sdpropls.cxx')
-rw-r--r--xmloff/source/draw/sdpropls.cxx19
1 files changed, 5 insertions, 14 deletions
diff --git a/xmloff/source/draw/sdpropls.cxx b/xmloff/source/draw/sdpropls.cxx
index ea54d0675469..034522e66d0b 100644
--- a/xmloff/source/draw/sdpropls.cxx
+++ b/xmloff/source/draw/sdpropls.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpropls.cxx,v $
*
- * $Revision: 1.74 $
+ * $Revision: 1.75 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 12:15:37 $
+ * last change: $Author: obo $ $Date: 2004-11-15 12:35:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1224,22 +1224,13 @@ void XMLShapeExportPropertyMapper::ContextFilter(
break;
case CTF_DASHNAME:
- case CTF_LINESTARTNAME:
- case CTF_LINEENDNAME:
case CTF_FILLGRADIENTNAME:
case CTF_FILLHATCHNAME:
case CTF_FILLBITMAPNAME:
-// #85953# take out this case to allow writing empty
-// XML_TRANSPARENCY_NAME entries. This is used to represent
-// disabled FillTransparencyItems.
-// case CTF_FILLTRANSNAME:
{
- if( !mbIsInAutoStyles )
- {
- OUString aStr;
- if( (property->maValue >>= aStr) && 0 == aStr.getLength() )
- property->mnIndex = -1;
- }
+ OUString aStr;
+ if( (property->maValue >>= aStr) && 0 == aStr.getLength() )
+ property->mnIndex = -1;
}
break;
case CTF_TEXTANIMATION_BLINKING: