summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/controlelement.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/controlelement.hxx')
-rw-r--r--xmloff/source/forms/controlelement.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/xmloff/source/forms/controlelement.hxx b/xmloff/source/forms/controlelement.hxx
index e9b73d316ce7..acc11534fe9f 100644
--- a/xmloff/source/forms/controlelement.hxx
+++ b/xmloff/source/forms/controlelement.hxx
@@ -22,14 +22,10 @@
#include <sal/types.h>
-//.........................................................................
namespace xmloff
{
-//.........................................................................
- //=====================================================================
//= OControlElement
- //=====================================================================
/** helper for translating between control types and XML tags
*/
class OControlElement
@@ -79,9 +75,7 @@ namespace xmloff
static const sal_Char* getElementName(ElementType _eType);
};
-//.........................................................................
} // namespace xmloff
-//.........................................................................
#endif // _XMLOFF_FORMS_CONTROLELEMENT_HXX_