summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardpagecontroller.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/wizard/wizardpagecontroller.cxx')
-rw-r--r--svtools/source/uno/wizard/wizardpagecontroller.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/uno/wizard/wizardpagecontroller.cxx b/svtools/source/uno/wizard/wizardpagecontroller.cxx
index 2f58edeb12a4..105c75bb035b 100644
--- a/svtools/source/uno/wizard/wizardpagecontroller.cxx
+++ b/svtools/source/uno/wizard/wizardpagecontroller.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;
@@ -48,7 +47,7 @@ namespace svt { namespace uno
using ::com::sun::star::awt::XWindow;
using ::com::sun::star::lang::XComponent;
using ::com::sun::star::awt::XControl;
- /** === end UNO using === **/
+
using namespace ::com::sun::star;
//==================================================================================================================