summaryrefslogtreecommitdiff
path: root/unoxml/inc/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/inc/node.hxx')
-rw-r--r--unoxml/inc/node.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/inc/node.hxx b/unoxml/inc/node.hxx
index e35ab3aafda5..3637c47cd004 100644
--- a/unoxml/inc/node.hxx
+++ b/unoxml/inc/node.hxx
@@ -83,8 +83,8 @@ namespace DOM
void pushContext(Context& io_rContext);
void popContext(Context& io_rContext);
- sal_Int32 getTokenWithPrefix( const Context& rContext, const sal_Char* xPrefix, const sal_Char* xName );
- sal_Int32 getToken( const Context& rContext, const sal_Char* xName );
+ sal_Int32 getTokenWithPrefix( const Context& rContext, const char* xPrefix, const char* xName );
+ sal_Int32 getToken( const Context& rContext, const char* xName );
/// add namespaces on this node to context
void addNamespaces(Context& io_rContext, xmlNodePtr pNode);