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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/reportdesign/source/filter/xml/xmlSection.cxx b/reportdesign/source/filter/xml/xmlSection.cxx
index a3eeb02179a5..3a979645193b 100644
--- a/reportdesign/source/filter/xml/xmlSection.cxx
+++ b/reportdesign/source/filter/xml/xmlSection.cxx
@@ -99,11 +99,11 @@ OXMLSection::OXMLSection( ORptFilter& rImport,
OSL_FAIL("Exception catched while filling the section props");
}
}
-// -----------------------------------------------------------------------------
+
OXMLSection::~OXMLSection()
{
}
-// -----------------------------------------------------------------------------
+
SvXMLImportContext* OXMLSection::CreateChildContext(
sal_uInt16 _nPrefix,
@@ -128,14 +128,14 @@ SvXMLImportContext* OXMLSection::CreateChildContext(
return pContext;
}
-// -----------------------------------------------------------------------------
+
ORptFilter& OXMLSection::GetOwnImport()
{
return static_cast<ORptFilter&>(GetImport());
}
-// -----------------------------------------------------------------------------
-// -----------------------------------------------------------------------------
+
+
} // namespace rptxml
-// -----------------------------------------------------------------------------
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */