summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlSection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlSection.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlSection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/filter/xml/xmlSection.hxx b/reportdesign/source/filter/xml/xmlSection.hxx
index 866401974a0c..6172e74b0be4 100644
--- a/reportdesign/source/filter/xml/xmlSection.hxx
+++ b/reportdesign/source/filter/xml/xmlSection.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -38,10 +38,10 @@ namespace rptxml
class OXMLSection : public SvXMLImportContext
{
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection;
- sal_Bool m_bPageHeader;
+ ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection > m_xSection;
+ sal_Bool m_bPageHeader;
ORptFilter& GetOwnImport();
-
+
OXMLSection(const OXMLSection&);
void operator =(const OXMLSection&);
public: