diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-31 20:06:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-31 20:26:46 +0200 |
commit | dd5bea1d8200a566d59029fbf0c15ddd1e25098e (patch) | |
tree | 41a199250279dbf9258f4cec516ee6b4474188f3 /svx/source | |
parent | 4cbb646ddb9e075f3ac47214aae020a96b84267e (diff) |
remove commented out SV_DECL_OBJARR
Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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 <boost/ptr_container/ptr_vector.hpp> typedef std::vector<SdrObject*> 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 |