summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/property_description.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/property_description.hxx')
-rw-r--r--xmloff/source/forms/property_description.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/xmloff/source/forms/property_description.hxx b/xmloff/source/forms/property_description.hxx
index 170b23d52269..ee1c25b2ca01 100644
--- a/xmloff/source/forms/property_description.hxx
+++ b/xmloff/source/forms/property_description.hxx
@@ -28,14 +28,10 @@
#include <vector>
#include <list>
-//......................................................................................................................
namespace xmloff
{
-//......................................................................................................................
- //==================================================================================================================
//= PropertyDescription
- //==================================================================================================================
struct AttributeDescription
{
sal_uInt16 namespacePrefix; // usually XML_NAMESPACE_FORM
@@ -57,16 +53,13 @@ namespace xmloff
}
};
- //..................................................................................................................
inline bool operator==( const AttributeDescription& i_lhs, const AttributeDescription& i_rhs )
{
return ( i_lhs.namespacePrefix == i_rhs.namespacePrefix )
&& ( i_lhs.attributeToken == i_rhs.attributeToken );
}
- //==================================================================================================================
//= PropertyDescription
- //==================================================================================================================
struct PropertyDescription
{
/// is the name of the property
@@ -116,19 +109,13 @@ namespace xmloff
}
};
- //==================================================================================================================
//= PropertyDescriptionList
- //==================================================================================================================
typedef ::std::vector< const PropertyDescription* > PropertyDescriptionList;
- //==================================================================================================================
//= PropertyGroups
- //==================================================================================================================
typedef ::std::list< PropertyDescriptionList > PropertyGroups;
-//......................................................................................................................
} // namespace xmloff
-//......................................................................................................................
#endif // XMLOFF_PROPERTY_DESCRIPTION_HXX