summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/paramwrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/paramwrapper.cxx')
-rw-r--r--connectivity/source/commontools/paramwrapper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/commontools/paramwrapper.cxx b/connectivity/source/commontools/paramwrapper.cxx
index 414abf20eb19..25215c93b0c7 100644
--- a/connectivity/source/commontools/paramwrapper.cxx
+++ b/connectivity/source/commontools/paramwrapper.cxx
@@ -36,7 +36,6 @@ namespace param
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::sdbc::XParameters;
using ::com::sun::star::uno::Sequence;
@@ -59,7 +58,7 @@ namespace param
using ::com::sun::star::sdb::XSingleSelectQueryAnalyzer;
using ::com::sun::star::sdb::XParametersSupplier;
using ::com::sun::star::lang::DisposedException;
- /** === end UNO using === **/
+
namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
namespace DataType = ::com::sun::star::sdbc::DataType;