summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-01-09 22:10:33 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-10 08:52:14 +0000
commit48c100d7300c73a6501317c553a24adfca2a5f4c (patch)
treeea392a0ed50060286c96339eefc13f5ea45c0e06
parentf207e13136f4ff211cd1fe0c9703f35655a23d38 (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>
-rw-r--r--connectivity/source/drivers/postgresql/pq_databasemetadata.cxx3
-rw-r--r--sc/source/filter/inc/biffcodec.hxx2
-rw-r--r--vcl/inc/quartz/salvd.h6
-rw-r--r--vcl/inc/salgdi.hxx2
-rw-r--r--vcl/inc/win/winlayout.hxx2
5 files changed, 0 insertions, 15 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index c25edcd47787..a99992655139 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 fed33b878593..5807ae6fca2e 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 a50d25f19b34..ac2a1f280b9d 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 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
diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx
index ecd257467e5d..a32af75ca092 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