diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2013-05-22 15:30:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2013-05-22 15:30:36 +0300 |
commit | d664f279602ae6ea9275b222f3f33634aeec97b3 (patch) | |
tree | be0b93453018e1ba4b35626b19e40b34074162b6 /vcl/aqua | |
parent | d19421db942cd08cc378e1b4dfea583f9bd5cd79 (diff) |
Revert "fdo#62846 incorrect glyph to Unicode mappings in PDFs"
Breaks the build for Windows: vcl/win/source/gdi/winlayout.cxx(1897) :
error C2065: 'nCharPos' : undeclared identifier
This reverts commit 0b70e4ea4fcf0adccdfdf4886e5cc45d46479692.
Diffstat (limited to 'vcl/aqua')
-rw-r--r-- | vcl/aqua/source/gdi/atsui/salatslayout.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/aqua/source/gdi/atsui/salatslayout.cxx b/vcl/aqua/source/gdi/atsui/salatslayout.cxx index e99d276abee7..1b9776e8c195 100644 --- a/vcl/aqua/source/gdi/atsui/salatslayout.cxx +++ b/vcl/aqua/source/gdi/atsui/salatslayout.cxx @@ -619,17 +619,6 @@ int ATSLayout::GetNextGlyphs( int nLen, sal_GlyphId* pGlyphIDs, Point& rPos, int break; } - // update returned index-into-string array - if( pCharIndexes ) - { - int nCharPos; - if( mpGlyphs2Chars ) - nCharPos = mpGlyphs2Chars[nStart]; - else - nCharPos = nStart + mnMinCharPos; - *(pCharIndexes++) = nCharPos; - } - return nCount; } |