summaryrefslogtreecommitdiff
path: root/cui/source/inc/macropg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-28 14:18:40 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-29 06:45:22 +0000
commit0c5f72b06f7d3b06e61cc5a0eabc8abc7bb72ef5 (patch)
tree62259bba5006e3ea813d149cb6399be82f3d6636 /cui/source/inc/macropg.hxx
parent171990764eedee708ce458be2239466307b2dc6a (diff)
com::sun::star->css in cui
Change-Id: I70ee15db7c8de507fa21a9dfc705f518f223a70b Reviewed-on: https://gerrit.libreoffice.org/17385 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r--cui/source/inc/macropg.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx
index b9bea10ccf31..ab7492f4d63b 100644
--- a/cui/source/inc/macropg.hxx
+++ b/cui/source/inc/macropg.hxx
@@ -65,9 +65,9 @@ class _SvxMacroTabPage : public SfxTabPage
protected:
_SvxMacroTabPage_Impl* mpImpl;
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > m_xAppEvents;
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > m_xDocEvents;
- ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifiable > m_xModifiable;
+ css::uno::Reference< css::container::XNameReplace > m_xAppEvents;
+ css::uno::Reference< css::container::XNameReplace > m_xDocEvents;
+ css::uno::Reference< css::util::XModifiable > m_xModifiable;
EventsHash m_appEventsHash;
EventsHash m_docEventsHash;
bool bReadOnly, bDocModified, bAppEvents, bInitialized;
@@ -76,8 +76,8 @@ protected:
_SvxMacroTabPage( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemSet );
void EnableButtons();
- static ::com::sun::star::uno::Any GetPropsByName( const OUString& eventName, EventsHash& eventsHash );
- static ::std::pair< OUString, OUString > GetPairFromAny( ::com::sun::star::uno::Any aAny );
+ static css::uno::Any GetPropsByName( const OUString& eventName, EventsHash& eventsHash );
+ static ::std::pair< OUString, OUString > GetPairFromAny( css::uno::Any aAny );
public:
@@ -85,7 +85,7 @@ public:
virtual void dispose() SAL_OVERRIDE;
void InitResources();
- void InitAndSetHandler( ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xAppEvents, ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xDocEvents, ::com::sun::star::uno::Reference< ::com::sun::star::util::XModifiable > xModifiable );
+ void InitAndSetHandler( css::uno::Reference< css::container::XNameReplace > xAppEvents, css::uno::Reference< css::container::XNameReplace > xDocEvents, css::uno::Reference< css::util::XModifiable > xModifiable );
virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE;
virtual void Reset( const SfxItemSet* ) SAL_OVERRIDE;
@@ -100,9 +100,9 @@ class SvxMacroTabPage : public _SvxMacroTabPage
public:
SvxMacroTabPage(
vcl::Window* pParent,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxDocumentFrame,
+ const css::uno::Reference< css::frame::XFrame >& _rxDocumentFrame,
const SfxItemSet& rSet,
- ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > xNameReplace,
+ css::uno::Reference< css::container::XNameReplace > xNameReplace,
sal_uInt16 nSelectedIndex
);
};
@@ -126,9 +126,9 @@ class SvxMacroAssignDlg : public SvxMacroAssignSingleTabDialog
public:
SvxMacroAssignDlg(
vcl::Window* pParent,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& _rxDocumentFrame,
+ const css::uno::Reference< css::frame::XFrame >& _rxDocumentFrame,
const SfxItemSet& rSet,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace >& xNameReplace,
+ const css::uno::Reference< css::container::XNameReplace >& xNameReplace,
sal_uInt16 nSelectedIndex
);
};