summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-30 10:16:38 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-30 09:58:16 +0000
commit669b9cd5b8924a121114540adac91cd7e2f8b0ad (patch)
tree066c0eecc2be3d76ed327413140df529912aa8bd /svtools/source/uno/wizard/wizardshell.hxx
parentf8767ea9e53fda2ab144c7edbee75582b0391f2c (diff)
com::sun::star->css in svtools
Change-Id: I95fd8317ab1142068e0c7b50fc62643fe9f95dc2 Reviewed-on: https://gerrit.libreoffice.org/19683 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.hxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx
index ca9c4698a6ab..dd1442e16a8d 100644
--- a/svtools/source/uno/wizard/wizardshell.hxx
+++ b/svtools/source/uno/wizard/wizardshell.hxx
@@ -43,8 +43,8 @@ namespace svt { namespace uno
public:
WizardShell(
vcl::Window* _pParent,
- const ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XWizardController >& i_rController,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< sal_Int16 > >& i_rPaths
+ const css::uno::Reference< css::ui::dialogs::XWizardController >& i_rController,
+ const css::uno::Sequence< css::uno::Sequence< sal_Int16 > >& i_rPaths
);
// Dialog overridables
@@ -79,7 +79,7 @@ namespace svt { namespace uno
WizardShell_Base::activatePath( PathId( i_nPathID ), i_bFinal );
}
- ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XWizardPage >
+ css::uno::Reference< css::ui::dialogs::XWizardPage >
getCurrentWizardPage() const;
sal_Int16 getCurrentPage() const
@@ -117,7 +117,7 @@ namespace svt { namespace uno
private:
typedef ::std::map< VclPtr<TabPage>, PWizardPageController > Page2ControllerMap;
- const ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XWizardController > m_xController;
+ const css::uno::Reference< css::ui::dialogs::XWizardController > m_xController;
const sal_Int16 m_nFirstPageID;
Page2ControllerMap m_aPageControllers;
};