[Libreoffice-commits] core.git: svx/source
Miklos Vajna
vmiklos at collabora.co.uk
Wed Jul 1 00:28:19 PDT 2015
svx/source/customshapes/EnhancedCustomShape2d.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3e9550e35b4e1eed4af5c6a0948bc80102aeb07d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Wed Jul 1 09:12:37 2015 +0200
svx: linystyle -> linestyle
Change-Id: I08c60396d66a15ee94c7010753540c4e7fb3a0db
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index f034267..a6a0f3c 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
More information about the Libreoffice-commits
mailing list