summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-08-09 20:04:34 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-08-10 14:55:06 +0000
commit4f360266cd1335861c182493bde6ade0e67b753b (patch)
tree94fbebf42ab561d68b659fa0c0f80ab85abef2d8 /xmloff/source/forms/callbacks.hxx
parent9c8831244062202e9066b97be7082e72e1194866 (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/forms/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index 311846b11131..9cc6d0498fca 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -29,14 +29,10 @@
class SvXMLExport;
class SvXMLExportPropertyMapper;
-//.........................................................................
namespace xmloff
{
-//.........................................................................
- //=====================================================================
//= IFormsExportContext
- //=====================================================================
class IFormsExportContext
{
public:
@@ -55,9 +51,7 @@ namespace xmloff
~IFormsExportContext() {}
};
- //=====================================================================
//= IEventAttacherManager
- //=====================================================================
class IEventAttacherManager
{
public:
@@ -70,9 +64,7 @@ namespace xmloff
~IEventAttacherManager() {}
};
- //=====================================================================
//= IEventAttacher
- //=====================================================================
class IEventAttacher
{
public:
@@ -84,9 +76,7 @@ namespace xmloff
~IEventAttacher() {}
};
-//.........................................................................
} // namespace xmloff
-//.........................................................................
#endif // _XMLOFF_FORMS_CALLBACKS_HXX_