summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/statementcomposer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/statementcomposer.cxx')
-rw-r--r--connectivity/source/commontools/statementcomposer.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/commontools/statementcomposer.cxx b/connectivity/source/commontools/statementcomposer.cxx
index 40cee318d3a1..d92adb8072f2 100644
--- a/connectivity/source/commontools/statementcomposer.cxx
+++ b/connectivity/source/commontools/statementcomposer.cxx
@@ -36,7 +36,6 @@ namespace dbtools
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::sdbc::XConnection;
using ::com::sun::star::sdb::XSingleSelectQueryComposer;
@@ -50,7 +49,7 @@ namespace dbtools
using ::com::sun::star::beans::XPropertySet;
using ::com::sun::star::lang::XMultiServiceFactory;
using ::com::sun::star::sdbc::SQLException;
- /** === end UNO using === **/
+
namespace CommandType = ::com::sun::star::sdb::CommandType;
//====================================================================