summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertybag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propertybag.cxx')
-rw-r--r--comphelper/source/property/propertybag.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/source/property/propertybag.cxx b/comphelper/source/property/propertybag.cxx
index bd519ede84cc..ba612a53db8e 100644
--- a/comphelper/source/property/propertybag.cxx
+++ b/comphelper/source/property/propertybag.cxx
@@ -32,7 +32,6 @@ namespace comphelper
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::uno::Any;
using ::com::sun::star::uno::Type;
using ::com::sun::star::uno::TypeClass_VOID;
@@ -42,7 +41,7 @@ namespace comphelper
using ::com::sun::star::beans::Property;
using ::com::sun::star::beans::NotRemoveableException;
using ::com::sun::star::beans::UnknownPropertyException;
- /** === end UNO using === **/
+
namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
//====================================================================