summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/inc/sft.hxx1
-rw-r--r--vcl/source/fontsubset/ttcr.hxx1
2 files changed, 0 insertions, 2 deletions
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);