diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-24 14:07:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-25 10:56:03 +0200 |
commit | 83fd71e041f2c0520c4cc213e238c7f3c674c5a3 (patch) | |
tree | 5812c9db1d74548128c27bf2c1c44ec7aa5a79f2 /tools/source/fsys | |
parent | e46d27a692f43192ba29f03c473f43bb16c1444f (diff) |
loplugin:constmethod in tools,sax,UnoControls
Change-Id: Ie05e44e2a4019e2549843961ebfa04fef7b7aeb4
Reviewed-on: https://gerrit.libreoffice.org/43767
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/urlobj.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/fsys/urlobj.cxx b/tools/source/fsys/urlobj.cxx index ff4914202482..5c8d8be91132 100644 --- a/tools/source/fsys/urlobj.cxx +++ b/tools/source/fsys/urlobj.cxx @@ -589,7 +589,7 @@ std::unique_ptr<SvMemoryStream> memoryStream( } -std::unique_ptr<SvMemoryStream> INetURLObject::getData() +std::unique_ptr<SvMemoryStream> INetURLObject::getData() const { if( GetProtocol() != INetProtocol::Data ) { @@ -3906,7 +3906,7 @@ INetProtocol INetURLObject::CompareProtocolScheme(OUString const & } OUString INetURLObject::GetHostPort(DecodeMechanism eMechanism, - rtl_TextEncoding eCharset) + rtl_TextEncoding eCharset) const { // Check because PROT_VND_SUN_STAR_HELP, PROT_VND_SUN_STAR_HIER, and // PROT_VND_SUN_STAR_PKG misuse m_aHost: |