summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/documentbuilder.hxx2
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/documentbuilder.hxx b/unoxml/source/dom/documentbuilder.hxx
index ca5927161ceb..b8ce66e42a9e 100644
--- a/unoxml/source/dom/documentbuilder.hxx
+++ b/unoxml/source/dom/documentbuilder.hxx
@@ -127,7 +127,7 @@ namespace DOM
the XML document to be parsed.
*/
- const css::uno::Reference< css::xml::sax::XErrorHandler >& getErrorHandler()
+ const css::uno::Reference< css::xml::sax::XErrorHandler >& getErrorHandler() const
{
return m_xErrorHandler;
}
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index 72e417cfd699..5e679b7cf378 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -377,7 +377,7 @@ public:
// throw (uno::RuntimeException, lang::IllegalArgumentException,
// container::NoSuchElementException, rdf::RepositoryException);
- const librdf_TypeConverter& getTypeConverter() { return m_TypeConverter; };
+ const librdf_TypeConverter& getTypeConverter() const { return m_TypeConverter; };
private: