Kaydet (Commit) 376ee49f authored tarafından Noel Grandin's avatar Noel Grandin

remove some unused typedefs

Change-Id: I7775a7d86e9641cd514e58f03d3727d2ad846120
Reviewed-on: https://gerrit.libreoffice.org/68485
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 93c08ca2
......@@ -315,12 +315,6 @@ namespace std
};
}
namespace svgi
{
typedef std::unordered_set<State> StatePool;
typedef std::unordered_map<sal_Int32, State> StateMap;
} // namespace svgi
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -61,7 +61,6 @@ namespace internal
};
typedef std::map< sal_Int32, OPropertyAccessor > PropertyAccessorMap;
typedef PropertyAccessorMap::iterator PropertyAccessorMapIterator;
typedef PropertyAccessorMap::const_iterator ConstPropertyAccessorMapIterator;
}
......
......@@ -72,7 +72,6 @@ struct COMPHELPER_DLLPUBLIC PropertyDescription
class COMPHELPER_DLLPUBLIC OPropertyContainerHelper
{
typedef ::std::vector< css::uno::Any > PropertyContainer;
typedef PropertyContainer::const_iterator ConstPropertyContainerIterator;
PropertyContainer m_aHoldProperties;
// the properties which are hold by this class' instance, not the derived one's
......
......@@ -75,8 +75,6 @@ namespace cppcanvas
virtual bool draw() const = 0;
};
typedef std::shared_ptr< ::cppcanvas::CanvasGraphic > CanvasGraphicSharedPtr;
}
#endif // INCLUDED_CPPCANVAS_CANVASGRAPHIC_HXX
......
......@@ -97,8 +97,6 @@ namespace cppcanvas
*/
virtual void setPriority( double fPriority ) = 0;
};
typedef std::shared_ptr< ::cppcanvas::Sprite > SpriteSharedPtr;
}
#endif // INCLUDED_CPPCANVAS_SPRITE_HXX
......
......@@ -90,8 +90,6 @@ public:
::Color& rColor) const;
};
typedef std::shared_ptr< ClrScheme > ClrSchemePtr;
} }
#endif // INCLUDED_OOX_DRAWINGML_CLRSCHEME_HXX
......
......@@ -483,8 +483,6 @@ public:
ScDPDataDimension* GetChildDimension() { return pChildDimension.get(); }
};
typedef std::vector<ScDPDataMember*> ScDPDataMembers;
// result dimension contains only members
class ScDPResultDimension
......
......@@ -169,8 +169,6 @@ namespace pdfi
typedef std::unordered_map<sal_Int32,FontAttributes> IdToFontMap;
typedef std::unordered_map<FontAttributes,sal_Int32,FontAttrHash> FontToIdMap;
typedef std::unordered_map<sal_Int32,GraphicsContext> IdToGCMap;
typedef std::unordered_map<GraphicsContext,sal_Int32,GraphicsContextHash> GCToIdMap;
typedef boost::bimaps::bimap<
boost::bimaps::unordered_set_of<GraphicsContext, GraphicsContextHash>,
boost::bimaps::unordered_set_of<sal_Int32>
......
......@@ -68,8 +68,6 @@ struct SfxObjectUI_Impl
}
};
typedef std::vector<SfxObjectUI_Impl*> SfxObjectUIArr_Impl;
struct SfxInterface_Impl
{
std::vector<std::unique_ptr<SfxObjectUI_Impl>>
......
......@@ -80,8 +80,6 @@ namespace slideshow
virtual void end() = 0;
};
typedef ::std::shared_ptr< Animation > AnimationSharedPtr;
}
}
......
......@@ -56,8 +56,6 @@ namespace slideshow
virtual void resetCursor() = 0;
};
typedef ::std::shared_ptr< CursorManager > CursorManagerSharedPtr;
}
}
......
......@@ -53,8 +53,6 @@ namespace slideshow
};
typedef ::std::shared_ptr< AnimationFunction > AnimationFunctionSharedPtr;
/** Refinement of AnimationFunction
This interface is used by the SMIL function parser, to
......
......@@ -82,8 +82,6 @@ namespace slideshow
UnoViewVector maViews;
};
typedef ::std::shared_ptr< UnoViewContainer > UnoViewContainerSharedPtr;
}
}
......
......@@ -80,7 +80,6 @@ namespace slideshow
virtual void viewsChanged() = 0;
};
typedef ::std::shared_ptr< ViewEventHandler > ViewEventHandlerSharedPtr;
typedef ::std::weak_ptr< ViewEventHandler > ViewEventHandlerWeakPtr;
}
......
......@@ -182,8 +182,6 @@ public:
};
typedef ::std::vector< FmEntryData* > FmEntryDataBaseList;
class FmEntryDataList final
{
private:
......
......@@ -429,8 +429,6 @@ css::util::DateTime OFileAccess::getDateTimeModified( const OUString& FileURL )
return aDateTime;
}
typedef vector< OUString* > StringList_Impl;
Sequence< OUString > OFileAccess::getFolderContents( const OUString& FolderURL, sal_Bool bIncludeFolders )
{
// SfxContentHelper::GetFolderContents
......
......@@ -79,7 +79,6 @@ static o3tl::enumarray<GlobalEventId, const char*> pEventAsciiNames =
};
typedef std::unordered_map< OUString, OUString > EventBindingHash;
typedef std::vector< css::uno::WeakReference< css::frame::XFrame > > FrameVector;
typedef o3tl::enumarray< GlobalEventId, OUString > SupportedEventsVector;
class GlobalEventConfig_Impl : public utl::ConfigItem
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment