diff options
Diffstat (limited to 'configmgr/source/xmldata.hxx')
-rwxr-xr-x[-rw-r--r--] | configmgr/source/xmldata.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configmgr/source/xmldata.hxx b/configmgr/source/xmldata.hxx index 36034f3f962b..2b35adaae4f9 100644..100755 --- a/configmgr/source/xmldata.hxx +++ b/configmgr/source/xmldata.hxx @@ -34,19 +34,19 @@ #include "type.hxx" namespace rtl { class OUString; } +namespace xmlreader { + class XmlReader; + struct Span; +} namespace configmgr { -class XmlReader; -struct Span; - namespace xmldata { -rtl::OUString convertFromUtf8(Span const & text); - -Type parseType(XmlReader const & reader, Span const & text); +Type parseType( + xmlreader::XmlReader const & reader, xmlreader::Span const & text); -bool parseBoolean(Span const & text); +bool parseBoolean(xmlreader::Span const & text); rtl::OUString parseTemplateReference( rtl::OUString const & component, bool hasNodeType, |