diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-18 11:43:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-19 12:39:14 +0100 |
commit | e6e85f139b250b1d48749bd336c28a7e46019993 (patch) | |
tree | 9772b42211d4af882feecfa24089f3d692ea8c8a /include | |
parent | e2d067f38b44bd76a291eda00bda4da5c11564bf (diff) |
remove unused typedefs
Change-Id: I6fd7a9fed3a80c91a3766fceefd43c5db0aa5275
Reviewed-on: https://gerrit.libreoffice.org/46763
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/canvas/base/bufferedgraphicdevicebase.hxx | 1 | ||||
-rw-r--r-- | include/canvas/base/graphicdevicebase.hxx | 1 | ||||
-rw-r--r-- | include/connectivity/StdTypeDefs.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/controlwrapper.hxx | 1 | ||||
-rw-r--r-- | include/svtools/table/tabletypes.hxx | 8 |
5 files changed, 0 insertions, 13 deletions
diff --git a/include/canvas/base/bufferedgraphicdevicebase.hxx b/include/canvas/base/bufferedgraphicdevicebase.hxx index 77df5197f89a..882bd85db45b 100644 --- a/include/canvas/base/bufferedgraphicdevicebase.hxx +++ b/include/canvas/base/bufferedgraphicdevicebase.hxx @@ -78,7 +78,6 @@ namespace canvas { public: typedef GraphicDeviceBase< Base, DeviceHelper, Mutex, UnambiguousBase > BaseType; - typedef BufferedGraphicDeviceBase OurType; typedef Mutex MutexType; BufferedGraphicDeviceBase() : diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx index ca36c896e04e..6e4bdc7f0a6c 100644 --- a/include/canvas/base/graphicdevicebase.hxx +++ b/include/canvas/base/graphicdevicebase.hxx @@ -108,7 +108,6 @@ namespace canvas typedef Base BaseType; typedef Mutex MutexType; typedef UnambiguousBase UnambiguousBaseType; - typedef GraphicDeviceBase ThisType; typedef ::rtl::Reference< GraphicDeviceBase > Reference; diff --git a/include/connectivity/StdTypeDefs.hxx b/include/connectivity/StdTypeDefs.hxx index dc26efb0924e..04a9ad7f710d 100644 --- a/include/connectivity/StdTypeDefs.hxx +++ b/include/connectivity/StdTypeDefs.hxx @@ -29,8 +29,6 @@ namespace connectivity { typedef ::std::vector< OUString> TStringVector; typedef ::std::map<sal_Int32,sal_Int32> TInt2IntMap; - typedef ::std::map< OUString,sal_Int32> TString2IntMap; - typedef ::std::map< sal_Int32,OUString> TInt2StringMap; } #endif // INCLUDED_CONNECTIVITY_STDTYPEDEFS_HXX diff --git a/include/sfx2/controlwrapper.hxx b/include/sfx2/controlwrapper.hxx index debb76ac1d68..c130ae1c7328 100644 --- a/include/sfx2/controlwrapper.hxx +++ b/include/sfx2/controlwrapper.hxx @@ -383,7 +383,6 @@ class MultiControlWrapper : public MultiControlWrapperHelper public: typedef MultiControlWrapperHelper ControlType; typedef ValueT ControlValueType; - typedef MultiControlWrapper< ValueT > MultiControlWrapperType; MultiControlWrapper() : maDefValue( 0 ){} diff --git a/include/svtools/table/tabletypes.hxx b/include/svtools/table/tabletypes.hxx index 727ab2368c61..b10d1a411d0b 100644 --- a/include/svtools/table/tabletypes.hxx +++ b/include/svtools/table/tabletypes.hxx @@ -34,14 +34,6 @@ namespace svt { namespace table /// a value denoting a row position within a table typedef sal_Int32 RowPos; - /** a value denoting an arbitrary coordinate value of a position within - a table - - Values of this type are guaranteed to be large enough to hold column - positions as well as row positions. - */ - typedef sal_Int32 AnyPos; - typedef sal_Int32 TableMetrics; /// denotes the column containing the row headers |