summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formevents.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/formevents.cxx')
-rw-r--r--xmloff/source/forms/formevents.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/forms/formevents.cxx b/xmloff/source/forms/formevents.cxx
index eae958e3197b..928a06f0984d 100644
--- a/xmloff/source/forms/formevents.cxx
+++ b/xmloff/source/forms/formevents.cxx
@@ -21,14 +21,10 @@
#include "xmloff/xmlnmspe.hxx"
#include <xmloff/xmlevent.hxx>
-//.........................................................................
namespace xmloff
{
-//.........................................................................
- //=====================================================================
//= event translation table
- //=====================================================================
static const XMLEventNameTranslation aEventTranslations[] =
{
{ "XApproveActionListener::approveAction", XML_NAMESPACE_FORM, "approveaction" }, // "on-approveaction"
@@ -69,8 +65,6 @@ namespace xmloff
const XMLEventNameTranslation* g_pFormsEventTranslation = aEventTranslations;
-//.........................................................................
} // namespace xmloff
-//.........................................................................
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */