summaryrefslogtreecommitdiff
path: root/include/tools/urlobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/urlobj.hxx')
-rw-r--r--include/tools/urlobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index cdbede709e29..e5a4e5922ef3 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -441,7 +441,7 @@ public:
{ return decode(m_aHost, eMechanism, eCharset); }
OUString GetHostPort(DecodeMechanism eMechanism = DecodeMechanism::ToIUri,
- rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8);
+ rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8) const;
sal_uInt32 GetPort() const;
@@ -790,7 +790,7 @@ public:
const;
// Data URLs:
- std::unique_ptr<SvMemoryStream> getData();
+ std::unique_ptr<SvMemoryStream> getData() const;
// Coding: