summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.cxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx
index bed76045a415..82503616390b 100644
--- a/svtools/source/uno/wizard/wizardshell.cxx
+++ b/svtools/source/uno/wizard/wizardshell.cxx
@@ -32,7 +32,6 @@ namespace svt { namespace uno
{
//......................................................................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -47,7 +46,7 @@ namespace svt { namespace uno
using ::com::sun::star::ui::dialogs::XWizardController;
using ::com::sun::star::ui::dialogs::XWizard;
using ::com::sun::star::ui::dialogs::XWizardPage;
- /** === end UNO using === **/
+
namespace WizardTravelType = ::com::sun::star::ui::dialogs::WizardTravelType;
//==================================================================================================================