targetted string cleanup

Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac
This commit is contained in:
Michael Meeks
2012-06-01 17:19:58 +01:00
parent fcc31f1749
commit ff43ad1a77
20 changed files with 254 additions and 301 deletions

View File

@@ -55,7 +55,7 @@ namespace DOM
OUString SAL_CALL CDocumentFragment::getNodeName()throw (RuntimeException)
{
return OUString(RTL_CONSTASCII_USTRINGPARAM("#document-fragment"));
return OUString("#document-fragment");
}
OUString SAL_CALL CDocumentFragment::getNodeValue() throw (RuntimeException)
{