summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/inc/xml_parser.hxx2
-rw-r--r--shell/source/tools/lngconvex/cmdline.hxx4
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/shell/inc/xml_parser.hxx b/shell/inc/xml_parser.hxx
index b9f12a42f64c..aea4240b5c3e 100644
--- a/shell/inc/xml_parser.hxx
+++ b/shell/inc/xml_parser.hxx
@@ -97,7 +97,7 @@ private:
private:
i_xml_parser_event_handler* document_handler_;
- XML_Parser const xml_parser_;
+ XML_Parser xml_parser_;
private:
xml_parser(const xml_parser&) = delete;
diff --git a/shell/source/tools/lngconvex/cmdline.hxx b/shell/source/tools/lngconvex/cmdline.hxx
index facc9518af8f..f36c6be46f58 100644
--- a/shell/source/tools/lngconvex/cmdline.hxx
+++ b/shell/source/tools/lngconvex/cmdline.hxx
@@ -69,8 +69,8 @@ private:
static bool is_arg_name(const std::string& Argument);
private:
- size_t const m_argc;
- char** const m_argv;
+ size_t m_argc;
+ char** m_argv;
// prevent copy and assignment
private:
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 0fe8d2364441..8711b1ca15e2 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -143,7 +143,7 @@ public:
}
private:
std::ios& m_IoStrm;
- std::ios::iostate const m_OldIos;
+ std::ios::iostate m_OldIos;
};
class iso_lang_identifier