summaryrefslogtreecommitdiff
path: root/xmloff/inc/forms/property_handler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/forms/property_handler.hxx')
-rw-r--r--xmloff/inc/forms/property_handler.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/inc/forms/property_handler.hxx b/xmloff/inc/forms/property_handler.hxx
index 25c3d4544ea6..a727f6b664f4 100644
--- a/xmloff/inc/forms/property_handler.hxx
+++ b/xmloff/inc/forms/property_handler.hxx
@@ -29,16 +29,12 @@
#include <map>
#include <vector>
-//......................................................................................................................
namespace xmloff
{
-//......................................................................................................................
typedef ::std::map< PropertyId, ::com::sun::star::uno::Any > PropertyValues;
- //==================================================================================================================
//= IPropertyHandler
- //==================================================================================================================
class IPropertyHandler : public ::rtl::IReference
{
public:
@@ -60,19 +56,13 @@ namespace xmloff
virtual ~IPropertyHandler() { }
};
- //==================================================================================================================
//= PPropertyHandler
- //==================================================================================================================
typedef ::rtl::Reference< IPropertyHandler > PPropertyHandler;
- //==================================================================================================================
//= PropertyHandlerFactory
- //==================================================================================================================
typedef PPropertyHandler (*PropertyHandlerFactory)( const PropertyId i_propertyId );
-//......................................................................................................................
} // namespace xmloff
-//......................................................................................................................
#endif // XMLOFF_PROPERTY_HANDLER_HXX