summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/eventimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/eventimport.hxx')
-rw-r--r--xmloff/source/forms/eventimport.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/forms/eventimport.hxx b/xmloff/source/forms/eventimport.hxx
index d75b68bf1e6f..cf1f2fbcb6c1 100644
--- a/xmloff/source/forms/eventimport.hxx
+++ b/xmloff/source/forms/eventimport.hxx
@@ -52,8 +52,8 @@ namespace xmloff
{
protected:
typedef std::map<
- ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >,
- ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >,
+ css::uno::Reference< css::beans::XPropertySet >,
+ css::uno::Sequence< css::script::ScriptEventDescriptor >,
OPropertySetCompare>
MapPropertySet2ScriptSequence;
// usually an event attacher manager will need to collect all script events registered, 'cause
@@ -65,13 +65,13 @@ namespace xmloff
public:
// IEventAttacherManager
virtual void registerEvents(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxElement,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rEvents
+ const css::uno::Reference< css::beans::XPropertySet >& _rxElement,
+ const css::uno::Sequence< css::script::ScriptEventDescriptor >& _rEvents
) override;
protected:
void setEvents(
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _rxContainer
+ const css::uno::Reference< css::container::XIndexAccess >& _rxContainer
);
virtual ~ODefaultEventAttacherManager();