summaryrefslogtreecommitdiff
path: root/include/vcl/sysdata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/sysdata.hxx')
-rw-r--r--include/vcl/sysdata.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx
index 89122f51c75d..3152fa3bed56 100644
--- a/include/vcl/sysdata.hxx
+++ b/include/vcl/sysdata.hxx
@@ -222,12 +222,10 @@ struct SystemFontData
#endif // ENABLE_CAIRO_CANVAS
-typedef std::vector<SystemGlyphData> SystemGlyphDataVector;
-
struct SystemTextLayoutData
{
- SystemGlyphDataVector rGlyphData; // glyph data
- int orientation; // Text orientation
+ std::vector<SystemGlyphData> rGlyphData; // glyph data
+ int orientation; // Text orientation
};
#endif // INCLUDED_VCL_SYSDATA_HXX