From a4fd6c4f9e5b010f00ba7cc84a4b2d5d8950813a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 3 Aug 2015 12:34:22 +0200 Subject: inline some use-once typedefs Change-Id: I02cbbba56a2ad83e0ac3d806265a7e0d6a29594d Reviewed-on: https://gerrit.libreoffice.org/17495 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucbhelper/source/provider/propertyvalueset.cxx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx index 1732e7085564..df5edeb11098 100644 --- a/ucbhelper/source/provider/propertyvalueset.cxx +++ b/ucbhelper/source/provider/propertyvalueset.cxx @@ -121,15 +121,8 @@ using namespace ucbhelper_impl; namespace ucbhelper { - - // class PropertyValues. - - - -typedef std::vector< ucbhelper_impl::PropertyValue > PropertyValuesVector; - -class PropertyValues : public PropertyValuesVector {}; +class PropertyValues : public std::vector< ucbhelper_impl::PropertyValue > {}; } // namespace ucbhelper -- cgit