summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentbuilder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/documentbuilder.cxx')
-rw-r--r--unoxml/source/dom/documentbuilder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index f32d92cf81a6..db0b59f01090 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -115,7 +115,7 @@ namespace DOM
Sequence<OUString> aSequence;
for (int i=0; aSupportedServiceNames[i]!=nullptr; i++) {
aSequence.realloc(i+1);
- aSequence[i]=(OUString::createFromAscii(aSupportedServiceNames[i]));
+ aSequence[i] = OUString::createFromAscii(aSupportedServiceNames[i]);
}
return aSequence;
}