summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-23 10:45:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-23 11:55:27 +0100
commit28829fdefd263950ef2ccb7953e99a14154ac53a (patch)
tree887fddd0e12f07b99dae8ec6e1b3601b7cbdfa1f /vcl
parentc43ffd3d44060c0801138e33a9dfc917133b7c21 (diff)
tweak bug comment to indicate which bug tracker its from
Change-Id: I4b6a27a72f76d0d22f4104004468292c19a190ce
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 3c7b186daec2..bae72fe48e94 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -7461,7 +7461,7 @@ void PDFWriterImpl::drawVerticalGlyphs(
}
aDeltaPos += (m_pReferenceDevice->PixelToLogic( Point( (int)((double)nXOffset/fXScale), 0 ) ) - m_pReferenceDevice->PixelToLogic( Point() ) );
if( i < rGlyphs.size()-1 )
- // [Bug 120627] the text on the Y axis is reversed when export ppt file to PDF format
+ // #i120627# the text on the Y axis is reversed when export ppt file to PDF format
{
long nOffsetX = rGlyphs[i+1].m_aPos.X() - rGlyphs[i].m_aPos.X();
long nOffsetY = rGlyphs[i+1].m_aPos.Y() - rGlyphs[i].m_aPos.Y();