summaryrefslogtreecommitdiff
path: root/forms/source/xforms/xmlhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/xmlhelper.hxx')
-rw-r--r--forms/source/xforms/xmlhelper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/xforms/xmlhelper.hxx b/forms/source/xforms/xmlhelper.hxx
index 076fe1ab6648..8a2286bb9239 100644
--- a/forms/source/xforms/xmlhelper.hxx
+++ b/forms/source/xforms/xmlhelper.hxx
@@ -22,11 +22,11 @@
#include <rtl/ustring.hxx>
-namespace com { namespace sun { namespace star {
+namespace com::sun::star {
namespace uno { template<typename T> class Reference; }
namespace container { class XNameContainer; }
- namespace xml { namespace dom { class XDocumentBuilder; } }
-} } }
+ namespace xml::dom { class XDocumentBuilder; }
+}
bool isValidQName( const OUString& sName,