Kaydet (Commit) f18548eb authored tarafından David Tardon's avatar David Tardon

oops, libwpd -> librevenge

Change-Id: I17562f0231d54ba46d009f3270af1d5e729f40a9
üst f0fdee8a
...@@ -46,8 +46,8 @@ void DocumentHandler::startElement(const char *psName, const librevenge::RVNGPro ...@@ -46,8 +46,8 @@ void DocumentHandler::startElement(const char *psName, const librevenge::RVNGPro
librevenge::RVNGPropertyList::Iter i(xPropList); librevenge::RVNGPropertyList::Iter i(xPropList);
for (i.rewind(); i.next(); ) for (i.rewind(); i.next(); )
{ {
// filter out libwpd elements // filter out librevenge elements
if (strncmp(i.key(), "libwpd", 6) != 0) if (strncmp(i.key(), "librevenge", 10) != 0)
{ {
OUString sName(i.key(), strlen(i.key()), RTL_TEXTENCODING_UTF8); OUString sName(i.key(), strlen(i.key()), RTL_TEXTENCODING_UTF8);
OUString sValue(i()->getStr().cstr(), strlen(i()->getStr().cstr()), RTL_TEXTENCODING_UTF8); OUString sValue(i()->getStr().cstr(), strlen(i()->getStr().cstr()), RTL_TEXTENCODING_UTF8);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment