From e8d0043643d504679538f8fcb33cc83f5c4e5e30 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 9 Nov 2004 11:16:49 +0000
Subject: INTEGRATION: CWS oasisbf1 (1.25.2); FILE MERGED 2004/10/15 13:55:01
fs 1.25.2.1: #i30706# removed obsolete parameter from OColumnWrapper
---
xmloff/source/forms/elementimport.hxx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'xmloff/source')
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
--
cgit