summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-18 20:08:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-18 20:08:17 +0100
commit87ee9a16b8993d4bc07292326ddfd4f8277bcd26 (patch)
tree42bac9d13be9fe205d5e9cb9d31829ee1179aafd /xmloff
parenteb8971e5fe52bcb80eff56846182ac30c261e111 (diff)
set some bug id prefixes to indicate which tracker they are from
Change-Id: I5df2dd44a0612da893b1afe08d0c7a9ea71f3905
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/xexptran.cxx2
-rw-r--r--xmloff/source/draw/ximpshap.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/xexptran.cxx b/xmloff/source/draw/xexptran.cxx
index 61a0771f3d2a..97f844315eb0 100644
--- a/xmloff/source/draw/xexptran.cxx
+++ b/xmloff/source/draw/xexptran.cxx
@@ -1582,7 +1582,7 @@ void SdXMLImExSvgDElement::AddPolygon(
// some more circumstances in account when looking at curve segments.
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(pFlags)
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 7447e1760111..19067031d44f 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -1233,7 +1233,7 @@ void SdXMLEllipseShapeContext::StartElement(const uno::Reference< xml::sax::XAtt
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.Height = 2 * mnRY;
maPosition.X = mnCX - mnRX;