summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/controlpropertymap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/controlpropertymap.hxx')
-rw-r--r--xmloff/source/forms/controlpropertymap.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/forms/controlpropertymap.hxx b/xmloff/source/forms/controlpropertymap.hxx
index 9a4894fe12f2..7a58d771db5f 100644
--- a/xmloff/source/forms/controlpropertymap.hxx
+++ b/xmloff/source/forms/controlpropertymap.hxx
@@ -24,18 +24,14 @@
#include <xmloff/xmlexppr.hxx>
struct XMLPropertyMapEntry;
-//.........................................................................
namespace xmloff
{
-//.........................................................................
const XMLPropertyMapEntry* getControlStylePropertyMap( );
void initializePropertyMaps();
- //=====================================================================
//= OFormComponentStyleExportMapper
- //=====================================================================
class OFormComponentStyleExportMapper : public SvXMLExportPropertyMapper
{
public:
@@ -51,11 +47,8 @@ namespace xmloff
) const;
};
-//.........................................................................
} // namespace xmloff
-//.........................................................................
#endif // _XMLOFF_FORMS_CONTROLPROPERTYMAP_HXX_
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */