diff options
-rw-r--r-- | xmloff/source/forms/elementimport.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index 53d6410da5a2..6b92f7bb1daf 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -2,9 +2,9 @@ * * $RCSfile: elementimport.hxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2004-08-02 14:14:23 $ + * last change: $Author: hr $ $Date: 2004-11-09 12:16:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -698,8 +698,7 @@ namespace xmloff public: OColumnImport(IFormsImportContext& _rImport, IEventAttacherManager& _rEventManager, sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& _rxParentContainer, - OControlElement::ElementType _eType, - const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxOuterAttribs); + OControlElement::ElementType _eType); protected: // OElementImport overridables |