vcl/inc/sallayout.hxx | 2 -- vcl/unx/generic/print/glyphset.hxx | 2 -- 2 files changed, 4 deletions(-)
New commits: commit 84c5999372ca4af1c79ab3134fda1d67d4ea95d6 Author: Khaled Hosny <[email protected]> Date: Sat Nov 26 22:46:35 2016 +0200 Unused typedefâs Change-Id: Ieec1d33b5baa42c0b67e4119fd12ee10f6eb3be4 Reviewed-on: https://gerrit.libreoffice.org/31251 Reviewed-by: Khaled Hosny <[email protected]> Tested-by: Khaled Hosny <[email protected]> diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx index fddc8d1..c20a582 100644 --- a/vcl/inc/sallayout.hxx +++ b/vcl/inc/sallayout.hxx @@ -324,8 +324,6 @@ public: bool AllowKashida() const { return ((mnFlags & ALLOW_KASHIDA) != 0); } }; -typedef std::list<GlyphItem> GlyphList; - class VCL_PLUGIN_PUBLIC GenericSalLayout : public SalLayout { public: diff --git a/vcl/unx/generic/print/glyphset.hxx b/vcl/unx/generic/print/glyphset.hxx index 92c6756..fccaacc 100644 --- a/vcl/unx/generic/print/glyphset.hxx +++ b/vcl/unx/generic/print/glyphset.hxx @@ -45,8 +45,6 @@ private: OString maBaseName; rtl_TextEncoding mnBaseEncoding; - typedef std::unordered_map< sal_Unicode, sal_uInt8 > char_map_t; - typedef std::list< char_map_t > char_list_t; typedef std::unordered_map< sal_GlyphId, sal_uInt8 > glyph_map_t; typedef std::list< glyph_map_t > glyph_list_t;
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
