diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-09 20:04:34 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-08-10 14:55:06 +0000 |
commit | 4f360266cd1335861c182493bde6ade0e67b753b (patch) | |
tree | 94fbebf42ab561d68b659fa0c0f80ab85abef2d8 /xmloff/source/draw/ximpbody.hxx | |
parent | 9c8831244062202e9066b97be7082e72e1194866 (diff) |
fdo#62475 removed pointless comments
Change-Id: I176886fbc9f3d9e2b8ad2308ac2b127d9c68d9a6
Reviewed-on: https://gerrit.libreoffice.org/5331
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'xmloff/source/draw/ximpbody.hxx')
-rw-r--r-- | xmloff/source/draw/ximpbody.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpbody.hxx b/xmloff/source/draw/ximpbody.hxx index 2e6b3b8d6337..f45acb9c4809 100644 --- a/xmloff/source/draw/ximpbody.hxx +++ b/xmloff/source/draw/ximpbody.hxx @@ -25,7 +25,6 @@ #include <xmloff/nmspmap.hxx> #include "ximppage.hxx" -////////////////////////////////////////////////////////////////////////////// // draw:page context class SdXMLDrawPageContext : public SdXMLGenericPageContext @@ -50,7 +49,6 @@ public: }; -////////////////////////////////////////////////////////////////////////////// // office:body context class SdXMLBodyContext : public SvXMLImportContext @@ -67,7 +65,6 @@ public: const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList ); }; - #endif // _XIMPBODY_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |