summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/sallayout.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index f7c2f1512535..6ae852725c64 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -1177,7 +1177,8 @@ void GenericSalLayout::KashidaJustify( long nKashidaIndex, int nKashidaWidth )
// calculate max number of needed kashidas
int nKashidaCount = 0;
- for( GlyphVector::iterator pG = m_GlyphItems.begin(), pGEnd = m_GlyphItems.end(); pG != pGEnd; ++pG )
+ for (GlyphVector::iterator pG = m_GlyphItems.begin();
+ pG != m_GlyphItems.end(); ++pG)
{
// only inject kashidas in RTL contexts
if( !pG->IsRTLGlyph() )