summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlImage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/filter/xml/xmlImage.cxx')
-rw-r--r--reportdesign/source/filter/xml/xmlImage.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/filter/xml/xmlImage.cxx b/reportdesign/source/filter/xml/xmlImage.cxx
index 82845d7ee2e9..9564825c606d 100644
--- a/reportdesign/source/filter/xml/xmlImage.cxx
+++ b/reportdesign/source/filter/xml/xmlImage.cxx
@@ -39,7 +39,7 @@ namespace rptxml
using namespace ::com::sun::star::xml::sax;
-// -----------------------------------------------------------------------------
+
OXMLImage::OXMLImage( ORptFilter& rImport,
sal_uInt16 nPrfx, const OUString& rLName,
const Reference< XAttributeList > & _xAttrList
@@ -104,16 +104,16 @@ OXMLImage::OXMLImage( ORptFilter& rImport,
OSL_FAIL("Exception catched while filling the image props");
}
}
-// -----------------------------------------------------------------------------
+
OXMLImage::~OXMLImage()
{
}
-// -----------------------------------------------------------------------------
-//----------------------------------------------------------------------------
+
+
} // namespace rptxml
-// -----------------------------------------------------------------------------
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */