diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-07-01 09:12:37 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-07-01 09:27:51 +0200 |
commit | 3e9550e35b4e1eed4af5c6a0948bc80102aeb07d (patch) | |
tree | 41fdfb33adbb796a2ab2c1004fe7ee2ee58740bb /svx | |
parent | b51ba9e383243e8248d6da1b71a5b06d841d165b (diff) |
svx: linystyle -> linestyle
Change-Id: I08c60396d66a15ee94c7010753540c4e7fb3a0db
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx index f0342677d6d6..a6a0f3cb527d 100644 --- a/svx/source/customshapes/EnhancedCustomShape2d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx @@ -2219,7 +2219,7 @@ SdrObject* EnhancedCustomShape2d::CreatePathObj( bool bLineGeometryNeededOnly ) const drawing::LineStyle eLineStyle =static_cast<const XLineStyleItem&>(pObj->GetMergedItem(XATTR_LINESTYLE)).GetValue(); const drawing::FillStyle eFillStyle = static_cast<const XFillStyleItem&>(pObj->GetMergedItem(XATTR_FILLSTYLE)).GetValue(); - //SJ: #i40600# if bLineGeometryNeededOnly is set linystyle does not matter + // #i40600# if bLineGeometryNeededOnly is set, linestyle does not matter if( !bLineGeometryNeededOnly && ( drawing::LineStyle_NONE == eLineStyle ) && ( drawing::FillStyle_NONE == eFillStyle ) ) delete pObj; else |