summaryrefslogtreecommitdiff
path: root/vcl/inc/sft.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-30 11:17:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-11-01 04:07:42 -0500
commit831fc27e2a1478c9edb3d19134d85a5af834049e (patch)
tree52895b2a5f2e1e1909b2aa1c61b0b2383fc7863c /vcl/inc/sft.hxx
parent90ef8ac1b5d94c24ff0d5a26a8ca6b6769f225c1 (diff)
remove nonsense FOLD comments
Conflicts: vcl/inc/sft.hxx Change-Id: I1b744f14b6524e4d5913775427280e68c4ee07fc Reviewed-on: https://gerrit.libreoffice.org/6491 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/sft.hxx')
-rw-r--r--vcl/inc/sft.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index 112e73966e4d..b5b0548ffeed 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -280,7 +280,7 @@ namespace vcl
* @return value of SFErrCodes enum
* @ingroup sft
*/
- int VCL_DLLPUBLIC OpenTTFontBuffer(const void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFont** ttf); /*FOLD01*/
+ int VCL_DLLPUBLIC OpenTTFontBuffer(const void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFont** ttf);
#if !defined(WIN32)
/**
* TrueTypeFont constructor.
@@ -554,7 +554,7 @@ namespace vcl
bool GetSfntTable( TrueTypeFont* ttf, int nSubtableIndex,
const sal_uInt8** ppRawBytes, int* pRawLength );
-/*- private definitions */ /*FOLD00*/
+/*- private definitions */
struct _TrueTypeFont {
sal_uInt32 tag;