summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-18 10:03:07 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-18 10:03:07 +0000
commita3b4b62eeafd2bfef279409023f7ece999367955 (patch)
treeb7795eb7ee68929b3cf3d6a580613b297c2eb7fb /svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
parent0abc95d0165bd5000f47a8bd5a7afeaa8867a946 (diff)
INTEGRATION: CWS aw021 (1.4.2); FILE MERGED
2004/11/12 12:19:56 aw 1.4.2.1: #i37011#
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeFontWork.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeFontWork.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
index b8a83afe3a5c..acbfe5ea8559 100644
--- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EnhancedCustomShapeFontWork.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pjunck $ $Date: 2004-11-03 10:34:18 $
+ * last change: $Author: obo $ $Date: 2004-11-18 11:03:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -911,6 +911,7 @@ SdrObject* CreateSdrObjectFromParagraphOutlines( const FWData& rFWData, const Sd
SfxItemSet aSet( pCustomShape->GetMergedItemSet() );
aSet.ClearItem( SDRATTR_TEXTDIRECTION ); //SJ: vertical writing is not required, by removing this item no outliner is created
+ aSet.Put(SdrShadowItem(sal_False)); // #i37011# NO shadow for FontWork geometry
pRet->SetMergedItemSet( aSet ); // * otherwise we would crash, because the outliner tries to create a Paraobject, but there is no model
}
return pRet;