[Libreoffice-commits] core.git: connectivity/source sc/source vcl/inc

Jochen Nitschke j.nitschke+logerrit at ok.de
Tue Jan 10 08:52:40 UTC 2017


 connectivity/source/drivers/postgresql/pq_databasemetadata.cxx |    3 ---
 sc/source/filter/inc/biffcodec.hxx                             |    2 --
 vcl/inc/quartz/salvd.h                                         |    6 ------
 vcl/inc/salgdi.hxx                                             |    2 --
 vcl/inc/win/winlayout.hxx                                      |    2 --
 5 files changed, 15 deletions(-)

New commits:
commit 48c100d7300c73a6501317c553a24adfca2a5f4c
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Mon Jan 9 22:10:33 2017 +0100

    remove unused typedefs
    
    Change-Id: I99c44caabca3d799c783d57cd2c3a1692c899191
    Reviewed-on: https://gerrit.libreoffice.org/32911
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index c25edcd..a999926 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -99,9 +99,6 @@ using com::sun::star::uno::UNO_QUERY_THROW;
 
 namespace pq_sdbc_driver
 {
-typedef std::vector< css::uno::Sequence< css::uno::Any > > SequenceAnyVector;
-
-
 #define QUOTEME(X)  #X
 #define STRINGIFY(X) QUOTEME(X)
 
diff --git a/sc/source/filter/inc/biffcodec.hxx b/sc/source/filter/inc/biffcodec.hxx
index fed33b8..5807ae6 100644
--- a/sc/source/filter/inc/biffcodec.hxx
+++ b/sc/source/filter/inc/biffcodec.hxx
@@ -54,8 +54,6 @@ private:
     bool                mbValid;        /// True = decoder is correctly initialized.
 };
 
-typedef std::shared_ptr< BiffDecoderBase > BiffDecoderRef;
-
 /** Decodes BIFF stream contents that are encoded using the old XOR algorithm. */
 class BiffDecoder_XOR : public BiffDecoderBase
 {
diff --git a/vcl/inc/quartz/salvd.h b/vcl/inc/quartz/salvd.h
index a50d25f..ac2a1f2 100644
--- a/vcl/inc/quartz/salvd.h
+++ b/vcl/inc/quartz/salvd.h
@@ -32,12 +32,6 @@
 
 #include "salvd.hxx"
 
-struct SalVirDevData
-{
-};
-
-typedef struct SalVirDevData   SalVirDevData;
-
 class AquaSalGraphics;
 
 class AquaSalVirtualDevice : public SalVirtualDevice
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 90f75b1b..d71098a 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
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx
index ecd25746..a32af75 100644
--- a/vcl/inc/win/winlayout.hxx
+++ b/vcl/inc/win/winlayout.hxx
@@ -32,8 +32,6 @@
 
 #include "opengl/PackedTextureAtlas.hxx"
 
-typedef std::unordered_map<int,int> IntMap;
-
 class WinFontInstance;
 
 namespace


More information about the Libreoffice-commits mailing list