targetted string cleanup
Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user