summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-09 07:15:16 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-09 07:15:16 +0000
commit179cab4dcf3b408ca2db10223504377fd9940a42 (patch)
tree3efd2e3d54e0ec7c537c1a17794876dc924562e5 /dbaccess
parent91eaa3f8179080f190f9eec48d2fc568453f6337 (diff)
INTEGRATION: CWS dbodf12import (1.4.350); FILE MERGED
2007/11/01 09:13:31 oj 1.4.350.1: #i83190# implement odf12 importer
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/filter/xml/xmlDataSourceSetting.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/filter/xml/xmlDataSourceSetting.hxx b/dbaccess/source/filter/xml/xmlDataSourceSetting.hxx
index c6910a36a..0913289a2 100644
--- a/dbaccess/source/filter/xml/xmlDataSourceSetting.hxx
+++ b/dbaccess/source/filter/xml/xmlDataSourceSetting.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlDataSourceSetting.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:03:39 $
+ * last change: $Author: rt $ $Date: 2007-11-09 08:15:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,7 +53,6 @@ namespace dbaxml
{
::com::sun::star::beans::PropertyValue m_aSetting;
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> m_aInfoSequence;
- OXMLDataSource& m_rParent;
OXMLDataSourceSetting* m_pContainer;
::com::sun::star::uno::Type m_aPropType; // the type of the property the instance imports currently
sal_Bool m_bIsList;
@@ -65,7 +64,6 @@ namespace dbaxml
OXMLDataSourceSetting( ODBFilter& rImport, sal_uInt16 nPrfx,
const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList
- ,OXMLDataSource& _rParent
,OXMLDataSourceSetting* _pContainer = NULL);
virtual ~OXMLDataSourceSetting();