summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset
diff options
context:
space:
mode:
authorAbhyudaya Sharma <sharmaabhyudaya@gmail.com>2018-06-04 12:33:22 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-06-18 11:29:46 +0200
commitbc5cdc0f12ab580f6b1631b0f323aafd234adc4c (patch)
tree8b310f98bab69137941d315d6f3a10750ef3c887 /vcl/source/fontsubset
parentf6bd95704e46f53fd976519cc7d916f28a4ddc94 (diff)
tdf#108523 Remove @author annotations
Change-Id: I85e364da59ce70ddd97fdae9bc03a4ea76b007fc Reviewed-on: https://gerrit.libreoffice.org/55263 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r--vcl/source/fontsubset/sft.cxx6
-rw-r--r--vcl/source/fontsubset/ttcr.hxx2
2 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index dfe167b9f901..20e4f8382eaa 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -1036,12 +1036,6 @@ enum cmapType {
#define MISSING_GLYPH_INDEX 0
-/*
- * getGlyph[0246]() functions and friends are implemented by:
- * @author Manpreet Singh
- * getGlyph12() function and friends by:
- * @author HDU
- */
static sal_uInt32 getGlyph0(const sal_uInt8* cmap, sal_uInt32, sal_uInt32 c) {
if (c <= 255) {
return *(cmap + 6 + c);
diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx
index defc6abdaa5e..f30111af4b57 100644
--- a/vcl/source/fontsubset/ttcr.hxx
+++ b/vcl/source/fontsubset/ttcr.hxx
@@ -18,10 +18,8 @@
*/
/**
- *
* @file ttcr.hxx
* @brief TrueType font creator
- * @author Alexander Gelfenbain
*/
#ifndef INCLUDED_VCL_SOURCE_FONTSUBSET_TTCR_HXX