summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/xforms/pathexpression.hxx9
-rw-r--r--forms/source/xforms/xformsevent.hxx7
2 files changed, 5 insertions, 11 deletions
diff --git a/forms/source/xforms/pathexpression.hxx b/forms/source/xforms/pathexpression.hxx
index 7f01c673ce72..23a35a033d27 100644
--- a/forms/source/xforms/pathexpression.hxx
+++ b/forms/source/xforms/pathexpression.hxx
@@ -25,13 +25,10 @@
#include <vector>
// forward declaractions
-namespace com::sun::star
+namespace com::sun::star::xml::dom
{
- namespace xml::dom
- {
- class XNodeList;
- namespace events { class XEventListener; }
- }
+ class XNodeList;
+ namespace events { class XEventListener; }
}
diff --git a/forms/source/xforms/xformsevent.hxx b/forms/source/xforms/xformsevent.hxx
index df4f5bcd20da..bfe7b2593026 100644
--- a/forms/source/xforms/xformsevent.hxx
+++ b/forms/source/xforms/xformsevent.hxx
@@ -25,10 +25,7 @@
#include <com/sun/star/xforms/XFormsEvent.hpp>
#include <com/sun/star/xml/dom/events/XEventTarget.hpp>
-namespace com {
-namespace sun {
-namespace star {
-namespace xforms {
+namespace com::sun::star::xforms {
class XFormsEventConcrete : public cppu::WeakImplHelper< XFormsEvent > {
@@ -67,7 +64,7 @@ class XFormsEventConcrete : public cppu::WeakImplHelper< XFormsEvent > {
bool m_cancelable;
};
-} } } }
+}
#endif