[Libreoffice-commits] core.git: basegfx/source canvas/source chart2/source compilerplugins/clang connectivity/source dbaccess/source desktop/source framework/inc include/canvas include/connectivity include/sfx2 include/svtools reportdesign/source sc/inc sc/source sdext/source sd/source sfx2/source slideshow/source sw/source ucb/source vcl/inc vcl/unx

Noel Grandin noel.grandin at collabora.co.uk
Tue Dec 19 11:43:35 UTC 2017


 basegfx/source/range/b2drangeclipper.cxx                        |    2 --
 canvas/source/directx/dx_bitmapprovider.hxx                     |    2 --
 canvas/source/directx/dx_canvas.hxx                             |    2 --
 canvas/source/directx/dx_winstuff.hxx                           |    2 --
 chart2/source/inc/InternalDataProvider.hxx                      |    1 -
 compilerplugins/clang/store/bodynotinblock.hxx                  |    1 -
 connectivity/source/inc/dbase/DIndex.hxx                        |    2 --
 connectivity/source/inc/java/lang/Object.hxx                    |    1 -
 dbaccess/source/core/api/RowSet.cxx                             |    1 -
 dbaccess/source/ui/dlg/DbAdminImpl.hxx                          |    1 -
 dbaccess/source/ui/inc/HtmlReader.hxx                           |    2 --
 dbaccess/source/ui/inc/RtfReader.hxx                            |    2 --
 desktop/source/deployment/registry/component/dp_component.cxx   |    1 -
 framework/inc/tabwin/tabwindow.hxx                              |    2 --
 include/canvas/base/bufferedgraphicdevicebase.hxx               |    1 -
 include/canvas/base/graphicdevicebase.hxx                       |    1 -
 include/connectivity/StdTypeDefs.hxx                            |    2 --
 include/sfx2/controlwrapper.hxx                                 |    1 -
 include/svtools/table/tabletypes.hxx                            |    8 --------
 reportdesign/source/core/inc/ReportEngineJFree.hxx              |    3 ---
 reportdesign/source/core/inc/Section.hxx                        |    3 ---
 sc/inc/rangenam.hxx                                             |    2 --
 sc/source/core/tool/scmatrix.cxx                                |    2 --
 sc/source/filter/inc/excdoc.hxx                                 |    1 -
 sc/source/filter/inc/formulabuffer.hxx                          |    1 -
 sc/source/filter/inc/sheetdatabuffer.hxx                        |    1 -
 sc/source/filter/inc/unitconverter.hxx                          |    1 -
 sc/source/filter/xml/pivotsource.hxx                            |    1 -
 sd/source/ui/sidebar/MasterPageContainer.cxx                    |    2 --
 sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx            |    1 -
 sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx |    1 -
 sdext/source/presenter/PresenterScrollBar.hxx                   |    1 -
 sfx2/source/dialog/itemconnect.cxx                              |    1 -
 slideshow/source/inc/listenercontainer.hxx                      |    1 -
 sw/source/filter/ww8/writerhelper.hxx                           |    2 --
 ucb/source/ucp/ext/ucpext_datasupplier.hxx                      |    1 -
 vcl/inc/sft.hxx                                                 |    1 -
 vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx                        |    1 -
 38 files changed, 62 deletions(-)

New commits:
commit e6e85f139b250b1d48749bd336c28a7e46019993
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Mon Dec 18 11:43:16 2017 +0200

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

diff --git a/basegfx/source/range/b2drangeclipper.cxx b/basegfx/source/range/b2drangeclipper.cxx
index 639d3886e40a..f98b6bdc6830 100644
--- a/basegfx/source/range/b2drangeclipper.cxx
+++ b/basegfx/source/range/b2drangeclipper.cxx
@@ -44,8 +44,6 @@ namespace basegfx
         // Helper functionality for sweep-line algorithm
         // ====================================================
 
-        typedef std::vector<B2DRange> VectorOfRanges;
-
         class ImplPolygon;
         typedef o3tl::vector_pool<ImplPolygon> VectorOfPolygons;
 
diff --git a/canvas/source/directx/dx_bitmapprovider.hxx b/canvas/source/directx/dx_bitmapprovider.hxx
index f363f91b694e..3003f6ef34c4 100644
--- a/canvas/source/directx/dx_bitmapprovider.hxx
+++ b/canvas/source/directx/dx_bitmapprovider.hxx
@@ -30,8 +30,6 @@ namespace dxcanvas
         virtual ~BitmapProvider() {}
         virtual IBitmapSharedPtr getBitmap() const = 0;
     };
-
-    typedef std::shared_ptr<BitmapProvider> BitmapProviderSharedPtr;
 }
 
 #endif
diff --git a/canvas/source/directx/dx_canvas.hxx b/canvas/source/directx/dx_canvas.hxx
index e690ca04f073..f4ec2f777122 100644
--- a/canvas/source/directx/dx_canvas.hxx
+++ b/canvas/source/directx/dx_canvas.hxx
@@ -158,8 +158,6 @@ namespace dxcanvas
         css::uno::Reference< css::uno::XComponentContext > mxComponentContext;
         IBitmapSharedPtr                                                             mpTarget;
     };
-
-    typedef ::rtl::Reference< BitmapCanvas > BitmapCanvasRef;
 }
 
 #endif
diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx
index 2fd657fda3fe..c2c4fd4fe4e3 100644
--- a/canvas/source/directx/dx_winstuff.hxx
+++ b/canvas/source/directx/dx_winstuff.hxx
@@ -66,9 +66,7 @@ namespace dxcanvas
     typedef std::shared_ptr< Gdiplus::Graphics >        GraphicsSharedPtr;
     typedef std::shared_ptr< Gdiplus::GraphicsPath >    GraphicsPathSharedPtr;
     typedef std::shared_ptr< Gdiplus::Bitmap >          BitmapSharedPtr;
-    typedef std::shared_ptr< Gdiplus::CachedBitmap >    CachedBitmapSharedPtr;
     typedef std::shared_ptr< Gdiplus::Font >            FontSharedPtr;
-    typedef std::shared_ptr< Gdiplus::Brush >           BrushSharedPtr;
     typedef std::shared_ptr< Gdiplus::TextureBrush >    TextureBrushSharedPtr;
 
     /** COM object RAII wrapper
diff --git a/chart2/source/inc/InternalDataProvider.hxx b/chart2/source/inc/InternalDataProvider.hxx
index cad8ecd1a0be..13668fdab566 100644
--- a/chart2/source/inc/InternalDataProvider.hxx
+++ b/chart2/source/inc/InternalDataProvider.hxx
@@ -201,7 +201,6 @@ private:
             css::uno::WeakReference< css::chart2::data::XDataSequence > >
         tSequenceMap;
     typedef std::pair< tSequenceMap::iterator, tSequenceMap::iterator > tSequenceMapRange;
-    typedef std::pair< tSequenceMap::const_iterator, tSequenceMap::const_iterator > tConstSequenceMapRange;
 
     /** cache for all sequences that have been returned.
 
diff --git a/compilerplugins/clang/store/bodynotinblock.hxx b/compilerplugins/clang/store/bodynotinblock.hxx
index 872c46b32352..4cce9c189e11 100644
--- a/compilerplugins/clang/store/bodynotinblock.hxx
+++ b/compilerplugins/clang/store/bodynotinblock.hxx
@@ -29,7 +29,6 @@ class BodyNotInBlock
         bool VisitForStmt( const ForStmt* stmt );
         bool VisitCXXForRangeStmt( const CXXForRangeStmt* stmt );
     private:
-        typedef std::vector< const Stmt* > StmtParents;
         void checkBody( const Stmt* body, SourceLocation stmtLocation, int stmtType, bool dontGoUp = false );
     };
 
diff --git a/connectivity/source/inc/dbase/DIndex.hxx b/connectivity/source/inc/dbase/DIndex.hxx
index 32f252b1ccec..da0a1d657651 100644
--- a/connectivity/source/inc/dbase/DIndex.hxx
+++ b/connectivity/source/inc/dbase/DIndex.hxx
@@ -35,8 +35,6 @@ namespace connectivity
         class ONDXKey;
 
         typedef sdbcx::OIndex ODbaseIndex_BASE;
-        typedef file::OBoolOperator OBoolOperator_BASE;
-        typedef file::OOperand OOperand_BASE;
 
         class ODbaseIndex : public ODbaseIndex_BASE
         {
diff --git a/connectivity/source/inc/java/lang/Object.hxx b/connectivity/source/inc/java/lang/Object.hxx
index 0c8ff2ef1047..95309cb903f7 100644
--- a/connectivity/source/inc/java/lang/Object.hxx
+++ b/connectivity/source/inc/java/lang/Object.hxx
@@ -40,7 +40,6 @@ namespace comphelper
 
 namespace connectivity
 {
-    typedef std::shared_ptr< jvmaccess::VirtualMachine::AttachGuard> TGuard;
     class SDBThreadAttach
     {
         jvmaccess::VirtualMachine::AttachGuard m_aGuard;
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx
index e4d40077d97b..1634bb2cac00 100644
--- a/dbaccess/source/core/api/RowSet.cxx
+++ b/dbaccess/source/core/api/RowSet.cxx
@@ -279,7 +279,6 @@ void ORowSet::getPropertyDefaultByHandle( sal_Int32 _nHandle, Any& _rDefault ) c
     }
 }
 
-//  typedef ::comphelper::OPropertyArrayUsageHelper<ORowSet> ORowSet_Prop;
 void SAL_CALL ORowSet::setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const Any& rValue)
 {
     switch(nHandle)
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.hxx b/dbaccess/source/ui/dlg/DbAdminImpl.hxx
index 4089bdc3e455..790a7b204649 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.hxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.hxx
@@ -65,7 +65,6 @@ namespace dbaui
 
         css::uno::Any              m_aDataSourceOrName;
         typedef std::set< OUString >   StringSet;
-        typedef StringSet::const_iterator       ConstStringSetIterator;
 
         MapInt2String           m_aDirectPropTranslator;    /// translating property id's into names (direct properties of a data source)
         MapInt2String           m_aIndirectPropTranslator;  /// translating property id's into names (indirect properties of a data source)
diff --git a/dbaccess/source/ui/inc/HtmlReader.hxx b/dbaccess/source/ui/inc/HtmlReader.hxx
index 375d04a9803a..22ab02453061 100644
--- a/dbaccess/source/ui/inc/HtmlReader.hxx
+++ b/dbaccess/source/ui/inc/HtmlReader.hxx
@@ -64,8 +64,6 @@ namespace dbaui
 
         virtual SvParserState CallParser() override;// base class
     };
-
-    typedef tools::SvRef<OHTMLReader> OHTMLReaderRef;
 }
 #endif
 
diff --git a/dbaccess/source/ui/inc/RtfReader.hxx b/dbaccess/source/ui/inc/RtfReader.hxx
index 9c380d1edd77..57a13497e590 100644
--- a/dbaccess/source/ui/inc/RtfReader.hxx
+++ b/dbaccess/source/ui/inc/RtfReader.hxx
@@ -55,8 +55,6 @@ namespace dbaui
 
         virtual SvParserState   CallParser() override;// base class
     };
-
-    typedef tools::SvRef<ORTFReader> ORTFReaderRef;
 }
 #endif
 
diff --git a/desktop/source/deployment/registry/component/dp_component.cxx b/desktop/source/deployment/registry/component/dp_component.cxx
index 26c624e98dc0..a2225aff4ce8 100644
--- a/desktop/source/deployment/registry/component/dp_component.cxx
+++ b/desktop/source/deployment/registry/component/dp_component.cxx
@@ -64,7 +64,6 @@ namespace component {
 namespace {
 
 typedef std::deque<OUString> t_stringlist;
-typedef std::vector< std::pair<OUString, OUString> > t_stringpairvec;
 
 #define IMPLEMENTATION_NAME  "com.sun.star.comp.deployment.component.PackageRegistryBackend"
 
diff --git a/framework/inc/tabwin/tabwindow.hxx b/framework/inc/tabwin/tabwindow.hxx
index 8589de71dbfb..7d1fa6e8a8fa 100644
--- a/framework/inc/tabwin/tabwindow.hxx
+++ b/framework/inc/tabwin/tabwindow.hxx
@@ -141,8 +141,6 @@ class TabWindow final : public css::lang::XTypeProvider             ,
         void        implts_SendNotification( Notification eNotify, sal_Int32 ID ) const;
         void        implts_SendNotification( Notification eNotify, sal_Int32 ID, const css::uno::Sequence< css::beans::NamedValue >& rSeq ) const;
 
-        typedef std::vector< sal_uInt16 > PageIdVector;
-
         bool                                                   m_bInitialized : 1,
                                                                m_bDisposed : 1;
         sal_Int32                                              m_nNextTabID;
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
diff --git a/reportdesign/source/core/inc/ReportEngineJFree.hxx b/reportdesign/source/core/inc/ReportEngineJFree.hxx
index bc4ae7c6043d..23544c319dc8 100644
--- a/reportdesign/source/core/inc/ReportEngineJFree.hxx
+++ b/reportdesign/source/core/inc/ReportEngineJFree.hxx
@@ -45,7 +45,6 @@ namespace reportdesign
                     public ReportEngineBase,
                     public ReportEnginePropertySet
     {
-        typedef ::std::multimap< OUString, css::uno::Any , ::comphelper::UStringMixLess>            TComponentMap;
         css::uno::Reference< css::uno::XComponentContext >        m_xContext;
         css::uno::Reference< css::report::XReportDefinition >     m_xReport;
         css::uno::Reference< css::task::XStatusIndicator>         m_StatusIndicator;
@@ -78,8 +77,6 @@ namespace reportdesign
 
         virtual ~OReportEngineJFree() override;
     public:
-        typedef rtl::Reference<OReportEngineJFree> TReportEngine;
-
         OReportEngineJFree(const css::uno::Reference< css::uno::XComponentContext >& context);
 
         DECLARE_XINTERFACE( )
diff --git a/reportdesign/source/core/inc/Section.hxx b/reportdesign/source/core/inc/Section.hxx
index 5a623821d234..fb4fe75172ad 100644
--- a/reportdesign/source/core/inc/Section.hxx
+++ b/reportdesign/source/core/inc/Section.hxx
@@ -124,9 +124,6 @@ namespace reportdesign
         // TODO: VirtualFunctionFinder: This is virtual function!
 
         virtual void SAL_CALL disposing() override;
-    public:
-        typedef rtl::Reference<OSection> TSection;
-
     private:
         OSection(const css::uno::Reference< css::report::XReportDefinition >& xParentDef
                 ,const css::uno::Reference< css::report::XGroup >& xParentGroup
diff --git a/sc/inc/rangenam.hxx b/sc/inc/rangenam.hxx
index fb0335768eeb..ae3cefa810c2 100644
--- a/sc/inc/rangenam.hxx
+++ b/sc/inc/rangenam.hxx
@@ -88,8 +88,6 @@ private:
     void InitCode();
 public:
 
-    typedef ::std::map<sal_uInt16, sal_uInt16> IndexMap;
-
     SC_DLLPUBLIC                ScRangeData( ScDocument* pDoc,
                                  const OUString& rName,
                                  const OUString& rSymbol,
diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index dc42c399549b..95b5ad4d4ec3 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -3295,9 +3295,7 @@ private:
     COp<TOp, TEmptyRes> maCOp;
 
 public:
-    typedef TEmptyRes empty_value_type;
     typedef TRet number_value_type;
-    typedef svl::SharedString string_value_type;
 
     MatOp( TOp aOp, ScInterpreter* pErrorInterpreter,
             double fVal = 0.0, const svl::SharedString& rString = svl::SharedString() ):
diff --git a/sc/source/filter/inc/excdoc.hxx b/sc/source/filter/inc/excdoc.hxx
index 1faf234dea3d..f987b6c5390f 100644
--- a/sc/source/filter/inc/excdoc.hxx
+++ b/sc/source/filter/inc/excdoc.hxx
@@ -78,7 +78,6 @@ friend class ExcTable;
 
 private:
     typedef XclExpRecordList< ExcTable >            ExcTableList;
-    typedef ExcTableList::RecordRefType             ExcTableRef;
     typedef XclExpRecordList< ExcBundlesheetBase >  ExcBoundsheetList;
     typedef ExcBoundsheetList::RecordRefType        ExcBoundsheetRef;
 
diff --git a/sc/source/filter/inc/formulabuffer.hxx b/sc/source/filter/inc/formulabuffer.hxx
index 761993a295e9..a2d3154898d7 100644
--- a/sc/source/filter/inc/formulabuffer.hxx
+++ b/sc/source/filter/inc/formulabuffer.hxx
@@ -75,7 +75,6 @@ public:
         OUString maValueStr;
         sal_Int32 mnCellType;
     };
-    typedef std::pair<ScAddress, double> ValueAddressPair;
 
     struct SheetItem
     {
diff --git a/sc/source/filter/inc/sheetdatabuffer.hxx b/sc/source/filter/inc/sheetdatabuffer.hxx
index ef8db4c73ae3..90ebe0ee1f4e 100644
--- a/sc/source/filter/inc/sheetdatabuffer.hxx
+++ b/sc/source/filter/inc/sheetdatabuffer.hxx
@@ -191,7 +191,6 @@ private:
     typedef ::std::pair< sal_Int32, sal_Int32 > XfIdNumFmtKey;
     typedef ::std::map< XfIdNumFmtKey, ScRangeList > XfIdRangeListMap;
 
-    typedef ::std::pair< sal_Int32, sal_Int32 > RowRange;
     struct RowRangeStyle
     {
         sal_Int32 mnStartRow;
diff --git a/sc/source/filter/inc/unitconverter.hxx b/sc/source/filter/inc/unitconverter.hxx
index 0453ac7f15be..01e5aff2b7fc 100644
--- a/sc/source/filter/inc/unitconverter.hxx
+++ b/sc/source/filter/inc/unitconverter.hxx
@@ -99,7 +99,6 @@ private:
 private:
     typedef ::std::vector< double >                     DoubleVector;
     typedef ::std::map< OUString, sal_uInt8 >    OoxErrorCodeMap;
-    typedef ::std::map< sal_uInt8, OUString >    BiffErrorCodeMap;
 
     DoubleVector        maCoeffs;           /// Coefficients for unit conversion.
     OoxErrorCodeMap     maOoxErrCodes;      /// Maps error code strings to BIFF error constants.
diff --git a/sc/source/filter/xml/pivotsource.hxx b/sc/source/filter/xml/pivotsource.hxx
index 2b5acdc3d8d8..e729ef44de2d 100644
--- a/sc/source/filter/xml/pivotsource.hxx
+++ b/sc/source/filter/xml/pivotsource.hxx
@@ -26,7 +26,6 @@ namespace sc {
 struct PivotTableSources
 {
     typedef std::unordered_map<OUString, OUString> SelectedPagesType;
-    typedef std::unordered_map<ScDPObject*, SelectedPagesType> SelectedPagesMapType;
 
     struct SelectedPages
     {
diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx
index 44104ec7a6e3..7fcecf0974a5 100644
--- a/sd/source/ui/sidebar/MasterPageContainer.cxx
+++ b/sd/source/ui/sidebar/MasterPageContainer.cxx
@@ -164,8 +164,6 @@ private:
     Size maSmallPreviewSizePixel;
     Size maLargePreviewSizePixel;
 
-    typedef ::std::pair<MasterPageContainerChangeEvent::EventType,Token> EventData;
-
     Image GetPreviewSubstitution(const char* pId, PreviewSize ePreviewSize);
 
     void CleanContainer();
diff --git a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx
index a568dccb4c64..03cd2e0be94b 100644
--- a/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx
+++ b/sd/source/ui/slidesorter/cache/SlsQueueProcessor.hxx
@@ -53,7 +53,6 @@ class RequestQueue;
 class QueueProcessor final
 {
 public:
-    typedef ::std::function<bool ()> IdleDetectionCallback;
     QueueProcessor (
         RequestQueue& rQueue,
         const std::shared_ptr<BitmapCache>& rpCache,
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
index c3539b117b3b..9625ca43ce60 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsTransferableData.hxx
@@ -71,7 +71,6 @@ public:
 private:
     SlideSorterViewShell* mpViewShell;
     const ::std::vector<Representative> maRepresentatives;
-    typedef ::std::vector<std::function<void (sal_uInt8)> > CallbackContainer;
 
     virtual void Notify (SfxBroadcaster& rBroadcaster, const SfxHint& rHint) override;
 };
diff --git a/sdext/source/presenter/PresenterScrollBar.hxx b/sdext/source/presenter/PresenterScrollBar.hxx
index 70c670e7fb34..3e3da77afe14 100644
--- a/sdext/source/presenter/PresenterScrollBar.hxx
+++ b/sdext/source/presenter/PresenterScrollBar.hxx
@@ -51,7 +51,6 @@ class PresenterScrollBar
       public PresenterScrollBarInterfaceBase
 {
 public:
-    typedef ::std::function<void (double)> ThumbMotionListener;
     virtual ~PresenterScrollBar() override;
     PresenterScrollBar(const PresenterScrollBar&) = delete;
     PresenterScrollBar& operator=(const PresenterScrollBar&) = delete;
diff --git a/sfx2/source/dialog/itemconnect.cxx b/sfx2/source/dialog/itemconnect.cxx
index 397856136bd2..02627738bb7b 100644
--- a/sfx2/source/dialog/itemconnect.cxx
+++ b/sfx2/source/dialog/itemconnect.cxx
@@ -248,7 +248,6 @@ public:
 private:
     typedef std::shared_ptr< ItemConnectionBase > ItemConnectionRef;
     typedef std::vector< ItemConnectionRef > ItemConnectionVector;
-    typedef ItemConnectionVector::iterator ItemConnectionVectorIt;
 
     ItemConnectionVector maVector;
 };
diff --git a/slideshow/source/inc/listenercontainer.hxx b/slideshow/source/inc/listenercontainer.hxx
index e99daf567c8d..a545442b6e41 100644
--- a/slideshow/source/inc/listenercontainer.hxx
+++ b/slideshow/source/inc/listenercontainer.hxx
@@ -196,7 +196,6 @@ template< typename ListenerT,
 public:
     typedef ListenerT        listener_type;
     typedef ContainerT       container_type;
-    typedef MutexHolderBaseT mutex_type;
 
     /** Check whether listener container is empty
 
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 6185c411ff68..ae09250df47b 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -65,8 +65,6 @@ namespace ww8
 {
     /// STL container of Paragraph Styles (SwTextFormatColl)
     typedef std::vector<SwTextFormatColl *> ParaStyles;
-    /// STL iterator for ParaStyles
-    typedef ParaStyles::iterator ParaStyleIter;
     /// STL container of SfxPoolItems (Attributes)
     typedef std::map<sal_uInt16, const SfxPoolItem *, sw::util::ItemSort> PoolItems;
     /// STL const iterator for ParaStyles
diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.hxx b/ucb/source/ucp/ext/ucpext_datasupplier.hxx
index fe7effa5640f..c4c26172254a 100644
--- a/ucb/source/ucp/ext/ucpext_datasupplier.hxx
+++ b/ucb/source/ucp/ext/ucpext_datasupplier.hxx
@@ -36,7 +36,6 @@ namespace ucb { namespace ucp { namespace ext
 
     //= DataSupplier
 
-    typedef ::ucbhelper::ResultSetDataSupplier  DataSupplier_Base;
     class DataSupplier : public ::ucbhelper::ResultSetDataSupplier
     {
     public:
diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx
index 3dc6cb77b21f..696e267d547b 100644
--- a/vcl/inc/sft.hxx
+++ b/vcl/inc/sft.hxx
@@ -57,7 +57,6 @@ namespace vcl
 {
 
 /*@{*/
-    typedef sal_Int16       F2Dot14;            /**< fixed: 2.14 */
     typedef sal_Int32       F16Dot16;           /**< fixed: 16.16 */
 /*@}*/
 
diff --git a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx
index 1266ac5cfdd3..8de4131f4778 100644
--- a/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx
+++ b/vcl/unx/gtk/fpicker/SalGtkFilePicker.hxx
@@ -39,7 +39,6 @@ struct FilterEntry;
 struct ElementEntry_Impl;
 
 typedef ::std::vector < FilterEntry >     FilterVector;
-typedef ::std::vector < ElementEntry_Impl >   ElementVector;
 
 // class declaration
 


More information about the Libreoffice-commits mailing list