diff options
Diffstat (limited to 'svx/source/inc/fmshimp.hxx')
-rw-r--r-- | svx/source/inc/fmshimp.hxx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx index 0fa03c227294..0a4539b258d0 100644 --- a/svx/source/inc/fmshimp.hxx +++ b/svx/source/inc/fmshimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fmshimp.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2001-05-22 13:36:47 $ + * last change: $Author: fs $ $Date: 2001-07-25 13:38:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -139,7 +139,9 @@ #ifndef _SVARRAY_HXX //autogen #include <svtools/svarray.hxx> #endif - +#ifndef SVX_DBTOOLSCLIENT_HXX +#include "dbtoolsclient.hxx" +#endif #ifndef _SFXLSTNER_HXX //autogen #include <svtools/lstner.hxx> #endif @@ -193,6 +195,9 @@ #ifndef _UTL_CONFIGITEM_HXX_ #include <unotools/configitem.hxx> #endif +#ifndef SVX_DBTOOLSCLIENT_HXX +#include "dbtoolsclient.hxx" +#endif SV_DECL_PTRARR(SdrObjArray, SdrObject*, 32, 16); // SV_DECL_OBJARR(FmFormArray, ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm>, 32, 16); @@ -294,6 +299,7 @@ typedef ::utl::ConfigItem FmXFormShell_CFGBASE; class FmXFormShell :public FmXFormShell_BASE ,public FmXFormShell_CFGBASE ,public FmDispatchInterceptor + ,public ::svxform::OStaticDataAccessTools { friend class FmFormShell; friend class FmFormView; |