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.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/forms/source/xforms/xmlhelper.hxx b/forms/source/xforms/xmlhelper.hxx
index c6eb1658aebb..d55432d6ffc2 100644
--- a/forms/source/xforms/xmlhelper.hxx
+++ b/forms/source/xforms/xmlhelper.hxx
@@ -21,9 +21,8 @@
#define _XMLHELPER_HXX
#include <sal/types.h>
+#include <rtl/ustring.hxx>
-
-namespace rtl { class OUString; }
namespace com { namespace sun { namespace star {
namespace uno { template<typename T> class Reference; }
namespace container { class XNameContainer; }
@@ -31,10 +30,10 @@ namespace com { namespace sun { namespace star {
} } }
-bool isValidQName( const rtl::OUString& sName,
+bool isValidQName( const OUString& sName,
const com::sun::star::uno::Reference<com::sun::star::container::XNameContainer>& xNamespaces );
-bool isValidPrefixName( const rtl::OUString& sName,
+bool isValidPrefixName( const OUString& sName,
const com::sun::star::uno::Reference<com::sun::star::container::XNameContainer>& xNamespaces );
com::sun::star::uno::Reference<com::sun::star::xml::dom::XDocumentBuilder> getDocumentBuilder();