summaryrefslogtreecommitdiff
path: root/svx/source/form/formcontrolling.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/formcontrolling.cxx')
-rw-r--r--svx/source/form/formcontrolling.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/form/formcontrolling.cxx b/svx/source/form/formcontrolling.cxx
index f03e253c4cb8..24aed5fa8f04 100644
--- a/svx/source/form/formcontrolling.cxx
+++ b/svx/source/form/formcontrolling.cxx
@@ -43,7 +43,6 @@ namespace svx
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::lang::XMultiServiceFactory;
using ::com::sun::star::form::runtime::XFormController;
@@ -62,7 +61,7 @@ namespace svx
using ::com::sun::star::sdb::XSQLErrorBroadcaster;
using ::com::sun::star::sdb::SQLErrorEvent;
using ::com::sun::star::lang::EventObject;
- /** === end UNO using === **/
+
namespace FormFeature = ::com::sun::star::form::runtime::FormFeature;
//====================================================================