Kaydet (Commit) 87ee9a16 authored tarafından Caolán McNamara's avatar Caolán McNamara

set some bug id prefixes to indicate which tracker they are from

Change-Id: I5df2dd44a0612da893b1afe08d0c7a9ea71f3905
üst eb8971e5
...@@ -1582,7 +1582,7 @@ void SdXMLImExSvgDElement::AddPolygon( ...@@ -1582,7 +1582,7 @@ void SdXMLImExSvgDElement::AddPolygon(
// some more circumstances in account when looking at curve segments. // some more circumstances in account when looking at curve segments.
drawing::PolygonFlags* pFlagArray = (pFlags) ? pFlags->getArray() : 0L; drawing::PolygonFlags* pFlagArray = (pFlags) ? pFlags->getArray() : 0L;
// #121090# only reduce double start/end points if polygon *is* closed // #i121090# only reduce double start/end points if polygon *is* closed
if(bClosed && (pPointArray->X == (pPointArray + (nCnt - 1))->X) && (pPointArray->Y == (pPointArray + (nCnt - 1))->Y)) if(bClosed && (pPointArray->X == (pPointArray + (nCnt - 1))->X) && (pPointArray->Y == (pPointArray + (nCnt - 1))->Y))
{ {
if(pFlags) if(pFlags)
......
...@@ -1233,7 +1233,7 @@ void SdXMLEllipseShapeContext::StartElement(const uno::Reference< xml::sax::XAtt ...@@ -1233,7 +1233,7 @@ void SdXMLEllipseShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
if(mnCX != 0 || mnCY != 0 || mnRX != 1 || mnRY != 1) if(mnCX != 0 || mnCY != 0 || mnRX != 1 || mnRY != 1)
{ {
// #121972# center/radius is used, put to pos and size // #i121972# center/radius is used, put to pos and size
maSize.Width = 2 * mnRX; maSize.Width = 2 * mnRX;
maSize.Height = 2 * mnRY; maSize.Height = 2 * mnRY;
maPosition.X = mnCX - mnRX; maPosition.X = mnCX - mnRX;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment