summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shapepropertiescontext.cxx
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2011-12-14 15:05:15 +0100
committerRadek Doulik <rodo@novell.com>2011-12-14 15:08:47 +0100
commit748a636b5150dbab9d92832bd0f422f57b406114 (patch)
tree32fcdc21e15b11e54ec63eaab5061bcef490357c /oox/source/drawingml/shapepropertiescontext.cxx
parent3091d423cd20db9980eb5ea6866b91157515f96d (diff)
use custom shapes for curved connector shapes
- they looks correctly visually, we can make then connector shapes once we have new implementation
Diffstat (limited to 'oox/source/drawingml/shapepropertiescontext.cxx')
-rw-r--r--oox/source/drawingml/shapepropertiescontext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/shapepropertiescontext.cxx b/oox/source/drawingml/shapepropertiescontext.cxx
index 1d2a216b4853..7f862e4f91af 100644
--- a/oox/source/drawingml/shapepropertiescontext.cxx
+++ b/oox/source/drawingml/shapepropertiescontext.cxx
@@ -88,6 +88,7 @@ Reference< XFastContextHandler > ShapePropertiesContext::createFastChildContext(
mrShape.getServiceName() = sLineShape;
}
if( ( nToken >= XML_bentConnector2 && nToken <= XML_bentConnector5 ) ||
+ ( nToken >= XML_curvedConnector2 && nToken <= XML_curvedConnector5 ) ||
nToken == XML_straightConnector1 )
{
static const OUString sCustomShape( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.CustomShape" ) );