diff options
-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 |