summaryrefslogtreecommitdiffstats
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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/documentbuilder.cxx b/unoxml/source/dom/documentbuilder.cxx
index eafab7e2bf9f..b460004687e0 100644
--- a/unoxml/source/dom/documentbuilder.cxx
+++ b/unoxml/source/dom/documentbuilder.cxx
@@ -149,13 +149,13 @@ namespace DOM
sal_Bool SAL_CALL CDocumentBuilder::isNamespaceAware()
throw (RuntimeException, std::exception)
{
- return sal_True;
+ return true;
}
sal_Bool SAL_CALL CDocumentBuilder::isValidating()
throw (RuntimeException, std::exception)
{
- return sal_False;
+ return false;
}
Reference< XDocument > SAL_CALL CDocumentBuilder::newDocument()