summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlevent.hxx')
-rw-r--r--include/xmloff/xmlevent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/xmlevent.hxx b/include/xmloff/xmlevent.hxx
index 5907d7acb4e6..433d9b076201 100644
--- a/include/xmloff/xmlevent.hxx
+++ b/include/xmloff/xmlevent.hxx
@@ -49,7 +49,7 @@ struct XMLEventName
OUString m_aName;
XMLEventName() : m_nPrefix( 0 ) {}
- XMLEventName( sal_uInt16 n, const sal_Char *p ) :
+ XMLEventName( sal_uInt16 n, const char *p ) :
m_nPrefix( n ),
m_aName( OUString::createFromAscii(p) )
{}
@@ -74,9 +74,9 @@ struct XMLEventName
*/
struct XMLEventNameTranslation
{
- const sal_Char* sAPIName;
+ const char* sAPIName;
sal_uInt16 const nPrefix; // namespace prefix
- const sal_Char* sXMLName;
+ const char* sXMLName;
};
/// a translation table for the events defined in the XEventsSupplier service