[Libreoffice-commits] core.git: vcl/inc vcl/unx

Khaled Hosny khaledhosny at eglug.org
Sat Nov 26 21:45:04 UTC 2016


 vcl/inc/sallayout.hxx              |    2 --
 vcl/unx/generic/print/glyphset.hxx |    2 --
 2 files changed, 4 deletions(-)

New commits:
commit 84c5999372ca4af1c79ab3134fda1d67d4ea95d6
Author: Khaled Hosny <khaledhosny at eglug.org>
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 <khaledhosny at eglug.org>
    Tested-by: Khaled Hosny <khaledhosny at eglug.org>

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;
 


More information about the Libreoffice-commits mailing list