summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-05 17:04:30 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-05 17:04:30 +0000
commit17f8bac534cd29126fa2564b5cfa14327673ee83 (patch)
tree7e9e26ed993f54d7f9f33889c88e6aa01b32cdd5 /reportdesign
parent78e7bdd60991ad3b53e199847b9af31be7129a71 (diff)
INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED
2008/02/13 07:11:53 oj 1.2.70.2: #i85225# impl chart readhandler and oleproducer 2008/01/25 13:56:00 oj 1.2.70.1: #i85225# export master detail different now
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlMasterFields.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/filter/xml/xmlMasterFields.hxx b/reportdesign/source/filter/xml/xmlMasterFields.hxx
index a2f2dae27267..f5b8fdfb3844 100644
--- a/reportdesign/source/filter/xml/xmlMasterFields.hxx
+++ b/reportdesign/source/filter/xml/xmlMasterFields.hxx
@@ -6,9 +6,9 @@
*
* $RCSfile: xmlMasterFields.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2007-07-09 11:56:18 $
+ * last change: $Author: kz $ $Date: 2008-03-05 18:04:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,10 +41,10 @@
namespace rptxml
{
class ORptFilter;
- class OXMLSubDocument;
+ class IMasterDetailFieds;
class OXMLMasterFields : public SvXMLImportContext
{
- OXMLSubDocument* m_pSubDocument;
+ IMasterDetailFieds* m_pReport;
OXMLMasterFields(const OXMLMasterFields&);
void operator =(const OXMLMasterFields&);
public:
@@ -52,7 +52,7 @@ namespace rptxml
OXMLMasterFields( ORptFilter& rImport, sal_uInt16 nPrfx,
const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList
- ,OXMLSubDocument* _pSubDocument);
+ ,IMasterDetailFieds* _pReport);
virtual ~OXMLMasterFields();
virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,