summaryrefslogtreecommitdiff
path: root/xmloff/inc/forms
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-07 09:52:35 +0200
committerNoel Grandin <noel@peralex.com>2014-07-08 08:56:18 +0200
commit623893427221bdab2f5c7339dd152e371132d83e (patch)
treea339834b82ece8e6062287aa3e4ffc3db22890ff /xmloff/inc/forms
parent065d6cc3f3a139e24eb43422344e22b836063a86 (diff)
use SimpleReferenceObject in xmloff module
to replace hand-rolled version Change-Id: I36d4ce14d0c0c8a4b224a240c6e25c8df99b78aa
Diffstat (limited to 'xmloff/inc/forms')
-rw-r--r--xmloff/inc/forms/property_handler.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/inc/forms/property_handler.hxx b/xmloff/inc/forms/property_handler.hxx
index 25ce31c9169c..48658f129dfe 100644
--- a/xmloff/inc/forms/property_handler.hxx
+++ b/xmloff/inc/forms/property_handler.hxx
@@ -25,6 +25,7 @@
#include <com/sun/star/uno/Any.hxx>
#include <rtl/ref.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#include <map>
#include <vector>
@@ -35,7 +36,7 @@ namespace xmloff
typedef ::std::map< PropertyId, ::com::sun::star::uno::Any > PropertyValues;
//= IPropertyHandler
- class IPropertyHandler : public ::rtl::IReference
+ class IPropertyHandler : public ::salhelper::SimpleReferenceObject
{
public:
/** retrieves the XML attribute value for the given property values