diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-01-09 22:10:33 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-10 08:52:14 +0000 |
commit | 48c100d7300c73a6501317c553a24adfca2a5f4c (patch) | |
tree | ea392a0ed50060286c96339eefc13f5ea45c0e06 /vcl/inc/salgdi.hxx | |
parent | f207e13136f4ff211cd1fe0c9703f35655a23d38 (diff) |
remove unused typedefs
Change-Id: I99c44caabca3d799c783d57cd2c3a1692c899191
Reviewed-on: https://gerrit.libreoffice.org/32911
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r-- | vcl/inc/salgdi.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx index 90f75b1bf6c2..d71098a09495 100644 --- a/vcl/inc/salgdi.hxx +++ b/vcl/inc/salgdi.hxx @@ -58,9 +58,7 @@ namespace basegfx { } typedef sal_Unicode sal_Ucs; // TODO: use sal_UCS4 instead of sal_Unicode -typedef std::map< sal_Ucs, sal_Int32 > Ucs2SIntMap; typedef std::map< sal_Ucs, sal_uInt32 > Ucs2UIntMap; -typedef std::map< sal_Ucs, OString > Ucs2OStrMap; // note: if you add any new methods to class SalGraphics using coordinates // make sure they have a corresponding protected pure virtual method |