diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-26 08:43:00 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-26 10:47:02 +0000 |
commit | 80735fcbb0503ff1de198d1d9936fed9f5ae77a2 (patch) | |
tree | 7c126266aecb7561f46897bd9c997c085a3a96df /xmloff/source/forms/callbacks.hxx | |
parent | 4112ecadd53f7ae48e007dd5024f077aca305062 (diff) |
com::sun::star->css in xmloff/
Change-Id: Iee6e21e093fb1383f19a0716dbc1c341f446b8c2
Reviewed-on: https://gerrit.libreoffice.org/20192
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r-- | xmloff/source/forms/callbacks.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx index 21b9224bed16..afd36ba9b632 100644 --- a/xmloff/source/forms/callbacks.hxx +++ b/xmloff/source/forms/callbacks.hxx @@ -42,10 +42,10 @@ namespace xmloff /** steps through a collection and exports all children of this collection */ virtual void exportCollectionElements( - const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& _rxCollection) = 0; + const css::uno::Reference< css::container::XIndexAccess >& _rxCollection) = 0; virtual OUString getObjectStyleName( - const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxObject ) = 0; + const css::uno::Reference< css::beans::XPropertySet >& _rxObject ) = 0; protected: ~IFormsExportContext() {} @@ -56,8 +56,8 @@ namespace xmloff { public: 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 ) = 0; protected: @@ -69,7 +69,7 @@ namespace xmloff { public: virtual void registerEvents( - const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rEvents + const css::uno::Sequence< css::script::ScriptEventDescriptor >& _rEvents ) = 0; protected: |