From 6d40302d89e1a72841c8a64733c7a26080a65cb8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 15 Mar 2020 18:31:45 +0200 Subject: 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 --- unoxml/source/dom/document.cxx | 2 +- unoxml/source/rdf/librdf_repository.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unoxml/source') 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; -- cgit