diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-03-23 12:32:31 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-03-30 14:23:14 +0000 |
commit | ce9bf0f868304a95ace987f90dcf2466e70bfe51 (patch) | |
tree | 8575d8b0e78cf21b9c8494d49f1c01b3b77d5f89 /vcl | |
parent | 428ae24e55b1b2d7c9578d0e8ac58bb8e202c3be (diff) |
upgrade icu to 51.1
Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6
Reviewed-on: https://gerrit.libreoffice.org/2953
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/generic/glyphs/gcach_layout.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/generic/glyphs/gcach_layout.cxx b/vcl/generic/glyphs/gcach_layout.cxx index 815ace6f790d..ab482b4b49dc 100644 --- a/vcl/generic/glyphs/gcach_layout.cxx +++ b/vcl/generic/glyphs/gcach_layout.cxx @@ -108,6 +108,7 @@ public: : mrServerFont( rFont ) {} + using LEFontInstance::getFontTable; virtual const void* getFontTable(LETag tableTag) const; virtual le_int32 getUnitsPerEM() const; virtual float getXPixelsPerEm() const; |