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 | |
parent | 4cbb646ddb9e075f3ac47214aae020a96b84267e (diff) |
remove commented out SV_DECL_OBJARR
Change-Id: Ie89a34c9dd8c71f25102cfb6f304c32fed99b4a8
-rw-r--r-- | sc/workben/result.hxx | 1 | ||||
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/workben/result.hxx b/sc/workben/result.hxx index bb1fd8647b90..f29b7e757595 100644 --- a/sc/workben/result.hxx +++ b/sc/workben/result.hxx @@ -29,7 +29,6 @@ #ifndef SC_RESULT_HXX #define SC_RESULT_HXX -#include <svl/svarray.hxx> #include <vcl/timer.hxx> #include <tools/string.hxx> #include <boost/ptr_container/ptr_vector.hpp> 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 |