summaryrefslogtreecommitdiffstats
path: root/vcl/coretext/ctlayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/coretext/ctlayout.cxx')
-rw-r--r--vcl/coretext/ctlayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/coretext/ctlayout.cxx b/vcl/coretext/ctlayout.cxx
index 41e346072730..bc9213bbb87e 100644
--- a/vcl/coretext/ctlayout.cxx
+++ b/vcl/coretext/ctlayout.cxx
@@ -389,7 +389,7 @@ long CTLayout::FillDXArray( sal_Int32* pDXArray ) const
// initialize the result array
for( int i = 0; i < mnCharCount; ++i)
pDXArray[i] = 0;
- // handle each glyph run
+ // handle each glyph run
CFArrayRef aGlyphRuns = CTLineGetGlyphRuns( mpCTLine );
const int nRunCount = CFArrayGetCount( aGlyphRuns );
typedef std::vector<CGSize> CGSizeVector;