summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-15 18:31:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-16 08:21:14 +0100
commit6d40302d89e1a72841c8a64733c7a26080a65cb8 (patch)
treee85fdf8b60f587e2fd016d8299dc1ced1ee650e4 /unoxml
parent1133c399ff7a5d33c5351f776cc24d3b48592eba (diff)
Revert "loplugin:constfields in unotools..uui"
This reverts commit d8ac55e3e53564aca4b0bade5a5b5cb01b4519b1. Change-Id: Ib7cf67d5d0b7780dfde9453cdddb8f11ca5d3a6a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90542 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/dom/document.cxx2
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/dom/document.cxx b/unoxml/source/dom/document.cxx
index fe6994df2191..d74a913217d0 100644
--- a/unoxml/source/dom/document.cxx
+++ b/unoxml/source/dom/document.cxx
@@ -328,7 +328,7 @@ namespace DOM
// IO context functions for libxml2 interaction
struct IOContext {
Reference< XOutputStream > stream;
- bool const allowClose;
+ bool allowClose;
};
}
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index dc665a9d5172..4b7fa6897468 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -412,7 +412,7 @@ private:
NamedGraphMap_t m_NamedGraphs;
/// type conversion helper - stateless
- librdf_TypeConverter const m_TypeConverter;
+ librdf_TypeConverter m_TypeConverter;
/// set of xml:ids of elements with xhtml:content
::std::set< OUString > m_RDFaXHTMLContentSet;