summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertycontrolextender.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertycontrolextender.cxx')
-rw-r--r--extensions/source/propctrlr/propertycontrolextender.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/propertycontrolextender.cxx b/extensions/source/propctrlr/propertycontrolextender.cxx
index ef9215b6ff0a..56b375693b84 100644
--- a/extensions/source/propctrlr/propertycontrolextender.cxx
+++ b/extensions/source/propctrlr/propertycontrolextender.cxx
@@ -29,7 +29,6 @@ namespace pcr
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
using ::com::sun::star::uno::UNO_QUERY;
@@ -46,7 +45,7 @@ namespace pcr
using ::com::sun::star::inspection::XPropertyControl;
using ::com::sun::star::lang::EventObject;
using ::com::sun::star::inspection::XPropertyControlContext;
- /** === end UNO using === **/
+
namespace KeyFunction = ::com::sun::star::awt::KeyFunction;
//====================================================================