From 3e9550e35b4e1eed4af5c6a0948bc80102aeb07d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 1 Jul 2015 09:12:37 +0200 Subject: svx: linystyle -> linestyle Change-Id: I08c60396d66a15ee94c7010753540c4e7fb3a0db --- svx/source/customshapes/EnhancedCustomShape2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(pObj->GetMergedItem(XATTR_LINESTYLE)).GetValue(); const drawing::FillStyle eFillStyle = static_cast(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 -- cgit