From dd5bea1d8200a566d59029fbf0c15ddd1e25098e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 31 Jul 2012 20:06:03 +0200 Subject: remove commented out SV_DECL_OBJARR Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8 --- svx/source/inc/fmshimp.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svx') diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index 94a0839e12fe..8b2a90e5e445 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -75,7 +75,6 @@ #include typedef std::vector SdrObjArray; -// SV_DECL_OBJARR(FmFormArray, ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm>, 32, 16); DECLARE_STL_VECTOR( ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm > ,FmFormArray); // catch database exceptions if they occur -- cgit