vcl/inc/sft.hxx | 1 - vcl/source/fontsubset/ttcr.hxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 5a5518f7f0ce977cace7728c977b0c115589b254 Author: Stephan Bergmann <[email protected]> Date: Tue May 29 16:04:15 2018 +0200 Remove unused SFErrCodes::TableFormat ...which was apparently unused (under its original name SF_TABLEFORMAT) ever since its introduction in 571f15004533c1e7a5472e033139d5765862fb73 "Unix PS- Print Environment". (Not sure what its appearance in the comment to AddTable, also there since that introductory commit, was ever supposed to mean.) Change-Id: I363e21e2e2d23aaf17c6f10b3936ba700203b9eb Reviewed-on: https://gerrit.libreoffice.org/55020 Tested-by: Jenkins <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx index c4bdee9f2a76..07146f03aa83 100644 --- a/vcl/inc/sft.hxx +++ b/vcl/inc/sft.hxx @@ -69,7 +69,6 @@ namespace vcl GlyphNum, /**< incorrect number of glyphs */ BadArg, /**< incorrect arguments */ TtFormat, /**< incorrect TrueType font format */ - TableFormat, /**< incorrect format of a TrueType table */ FontNo /**< incorrect logical font number of a TTC font */ }; diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx index 5acd5230ecd8..c1ac5d029dfd 100644 --- a/vcl/source/fontsubset/ttcr.hxx +++ b/vcl/source/fontsubset/ttcr.hxx @@ -64,7 +64,6 @@ namespace vcl /** * Adds a TrueType table to the TrueType creator. - * SFErrCodes::TableFormat value. * @return value of SFErrCodes type */ SFErrCodes AddTable(TrueTypeCreator *_this, TrueTypeTable *table); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
