diff options
author | Noel Grandin <noel@peralex.com> | 2021-11-20 08:03:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-21 10:26:52 +0100 |
commit | 0b46361ef84a61100a0274a007062317607d097a (patch) | |
tree | eb53f9fb9fe5986f687763732fceedf79e696550 /include | |
parent | 437d5a446733aca0a485218f29d8d7dcea4d3999 (diff) |
tdf#133835 speedup calc autofilter (4)
Tweak INetURLObject::parseHost so it doesn't need its own
OUStringBuffer, and can just use the callers'
Saves 5%
Change-Id: I481fabd4272bc9f172dd751a7019090b95a65e2d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125599
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/urlobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx index 6b9dece8bdf3..ede630b7ea7b 100644 --- a/include/tools/urlobj.hxx +++ b/include/tools/urlobj.hxx @@ -1037,7 +1037,7 @@ private: TOOLS_DLLPRIVATE static bool parseHost( sal_Unicode const *& rBegin, sal_Unicode const * pEnd, - OUString & rCanonic); + OUStringBuffer* pCanonic); TOOLS_DLLPRIVATE static bool parseHostOrNetBiosName( sal_Unicode const * pBegin, sal_Unicode const * pEnd, |