summaryrefslogtreecommitdiff
path: root/comphelper/source/property/property.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/property.cxx')
-rw-r--r--comphelper/source/property/property.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/source/property/property.cxx b/comphelper/source/property/property.cxx
index 7c8c149b6cea..669a28bf4470 100644
--- a/comphelper/source/property/property.cxx
+++ b/comphelper/source/property/property.cxx
@@ -40,7 +40,6 @@
namespace comphelper
{
- /** === begin UNO using === **/
using ::com::sun::star::uno::Reference;
using ::com::sun::star::beans::XPropertySet;
using ::com::sun::star::beans::XPropertySetInfo;
@@ -56,7 +55,7 @@ namespace comphelper
using ::com::sun::star::lang::XServiceInfo;
#endif
using ::com::sun::star::uno::UNO_QUERY;
- /** === end UNO using === **/
+
namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
//------------------------------------------------------------------