summaryrefslogtreecommitdiff
path: root/forms/source/component/propertybaghelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/propertybaghelper.cxx')
-rw-r--r--forms/source/component/propertybaghelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/forms/source/component/propertybaghelper.cxx b/forms/source/component/propertybaghelper.cxx
index e36e8fd18763..0806249447dd 100644
--- a/forms/source/component/propertybaghelper.cxx
+++ b/forms/source/component/propertybaghelper.cxx
@@ -41,7 +41,6 @@ namespace frm
{
//........................................................................
- /** === begin UNO using === **/
using ::com::sun::star::lang::DisposedException;
using ::com::sun::star::uno::Sequence;
using ::com::sun::star::beans::Property;
@@ -56,7 +55,7 @@ namespace frm
using ::com::sun::star::uno::Exception;
using ::com::sun::star::beans::NotRemoveableException;
using ::com::sun::star::beans::UnknownPropertyException;
- /** === end UNO using === **/
+
namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute;
//====================================================================