Index: ww8par.hxx =================================================================== RCS file: /cvs/sw/sw/source/filter/ww8/ww8par.hxx,v retrieving revision 1.115.68.4 diff -u -p -r1.115.68.4 ww8par.hxx --- ww8par.hxx 25 Mar 2004 11:00:39 -0000 1.115.68.4 +++ ww8par.hxx 8 Sep 2004 16:50:51 -0000 @@ -517,11 +517,11 @@ enum SwWw8ControlType }; -class WW8FormulaControl : public OCX_Control +class WW8FormulaControl { public: WW8FormulaControl(const String& sN,SwWW8ImplReader &rR) - : OCX_Control(sN), rRdr(rR), fUnknown(0), fDropdownIndex(0), + : sName(sN), rRdr(rR), fUnknown(0), fDropdownIndex(0), fToolTip(0), fNoMark(0), fUseSize(0), fNumbersOnly(0), fDateOnly(0), fUnused(0), nSize(0), hpsCheckBox(20), nChecked(0) { @@ -540,6 +540,7 @@ public: UINT16 hpsCheckBox; UINT16 nChecked; + String sName; String sTitle; String sDefault; String sFormatting; @@ -548,6 +549,11 @@ public: std::vector maListEntries; virtual ~WW8FormulaControl() {} void FormulaRead(SwWw8ControlType nWhich,SvStream *pD); + virtual sal_Bool Import(const com::sun::star::uno::Reference < + com::sun::star::lang::XMultiServiceFactory> &rServiceFactory, + com::sun::star::uno::Reference < + com::sun::star::form::XFormComponent> &rFComp, + com::sun::star::awt::Size &rSz) {} private: //No copying WW8FormulaControl(const WW8FormulaControl&);