summaryrefslogtreecommitdiff
path: root/vcl/source/fontsubset/ttcr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/fontsubset/ttcr.hxx')
-rw-r--r--vcl/source/fontsubset/ttcr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx
index bb94faae1081..e2ee3c4e0cec 100644
--- a/vcl/source/fontsubset/ttcr.hxx
+++ b/vcl/source/fontsubset/ttcr.hxx
@@ -79,7 +79,6 @@ namespace vcl
*/
void RemoveTable(TrueTypeCreator *_this, sal_uInt32 tag);
-
/**
* Writes a TrueType font generated by the TrueTypeCreator to a segment of
* memory that this method allocates. When it is not needed anymore the caller
@@ -94,7 +93,6 @@ namespace vcl
*/
int StreamToFile(TrueTypeCreator *_this, const char* fname);
-
/**
* This function converts the data of a TrueType table to a raw array of bytes.
* It may allocates the memory for it and returns the size of the raw data in bytes.
@@ -184,7 +182,6 @@ namespace vcl
sal_Int16 underlineThickness,
sal_uInt32 isFixedPitch);
-
// Table manipulation functions
/**
@@ -217,7 +214,6 @@ namespace vcl
} // namespace
-
extern "C"
{
/**