summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-09 17:57:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-10 18:32:09 +0100
commite4602e54af8777dbee3e420ac806556293f13ac7 (patch)
tree9ce9192a0765b66628d69006d8a5e897b9b338e7 /vcl
parentafc34aac2c6863f01d7e750083a422b86db408ea (diff)
Avoid reserved identifier, remove unnecessary typedef
Change-Id: I2dfce92ef98ca18ac0fe2c415240216228b4ee0a
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/fontsubset/ttcr.cxx2
-rw-r--r--vcl/source/fontsubset/ttcr.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/fontsubset/ttcr.cxx b/vcl/source/fontsubset/ttcr.cxx
index b2016b9acb3f..58747494f439 100644
--- a/vcl/source/fontsubset/ttcr.cxx
+++ b/vcl/source/fontsubset/ttcr.cxx
@@ -42,7 +42,7 @@ namespace vcl
* Private Data Types
*/
- struct _TrueTypeCreator {
+ struct TrueTypeCreator {
sal_uInt32 tag; /**< TrueType file tag */
list tables; /**< List of table tags and pointers */
};
diff --git a/vcl/source/fontsubset/ttcr.hxx b/vcl/source/fontsubset/ttcr.hxx
index fe24fff5a443..dd6c262fbce5 100644
--- a/vcl/source/fontsubset/ttcr.hxx
+++ b/vcl/source/fontsubset/ttcr.hxx
@@ -31,7 +31,7 @@
namespace vcl
{
- typedef struct _TrueTypeCreator TrueTypeCreator;
+ struct TrueTypeCreator;
/* TrueType data types */
typedef struct {