summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlSection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlSection.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlSection.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/filter/xml/xmlSection.cxx b/reportdesign/source/filter/xml/xmlSection.cxx
index 098858190d28..3dc4567bf9ea 100644
--- a/reportdesign/source/filter/xml/xmlSection.cxx
+++ b/reportdesign/source/filter/xml/xmlSection.cxx
@@ -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
@@ -90,7 +90,7 @@ OXMLSection::OXMLSection( ORptFilter& rImport,
switch( rTokenMap.Get( nPrefix, sLocalName ) )
{
-
+
case XML_TOK_PAGE_PRINT_OPTION:
if ( _bPageHeader )
m_xSection->getReportDefinition()->setPageHeaderOption(lcl_getReportPrintOption(sValue));
@@ -113,7 +113,7 @@ OXMLSection::OXMLSection( ORptFilter& rImport,
}
// -----------------------------------------------------------------------------
OXMLSection::~OXMLSection()
-{
+{
DBG_DTOR( rpt_OXMLSection,NULL);
}
// -----------------------------------------------------------------------------
@@ -125,7 +125,7 @@ SvXMLImportContext* OXMLSection::CreateChildContext(
{
SvXMLImportContext *pContext = 0;
ORptFilter& rImport = GetOwnImport();
- const SvXMLTokenMap& rTokenMap = rImport.GetSectionElemTokenMap();
+ const SvXMLTokenMap& rTokenMap = rImport.GetSectionElemTokenMap();
uno::Reference<lang::XMultiServiceFactory> xFactor = rImport.getServiceFactory();
switch( rTokenMap.Get( _nPrefix, _rLocalName ) )