summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/processinginstruction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/processinginstruction.cxx')
-rw-r--r--unoxml/source/dom/processinginstruction.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/processinginstruction.cxx b/unoxml/source/dom/processinginstruction.cxx
index 275441249feb..9eda0b90461d 100644
--- a/unoxml/source/dom/processinginstruction.cxx
+++ b/unoxml/source/dom/processinginstruction.cxx
@@ -116,8 +116,8 @@ namespace DOM
return OUString();
}
- sal_Char const*const pName =
- reinterpret_cast<sal_Char const*>(m_aNodePtr->name);
+ char const*const pName =
+ reinterpret_cast<char const*>(m_aNodePtr->name);
OUString const ret(pName, strlen(pName), RTL_TEXTENCODING_UTF8);
return ret;
}