diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-05 14:20:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-05 18:50:51 +0200 |
commit | e859bf8c4da78698b820d13af1a2fdee3602f5b4 (patch) | |
tree | b2ead4e992f283c2e1dfcdabfa99f013f1506918 /vcl/qa/cppunit | |
parent | ae1d21ae69b0522cbbe67abeb2f5c5ba7ca2c33b (diff) |
loplugin:constmethod
Change-Id: I7913fd8144d521b8293ac43036d0fad82e457cd1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115145
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/graphicfilter/filters-tiff-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/graphicfilter/filters-tiff-test.cxx b/vcl/qa/cppunit/graphicfilter/filters-tiff-test.cxx index 4a06b2ed424c..d3e7dec94d6f 100644 --- a/vcl/qa/cppunit/graphicfilter/filters-tiff-test.cxx +++ b/vcl/qa/cppunit/graphicfilter/filters-tiff-test.cxx @@ -33,7 +33,7 @@ public: virtual bool load(const OUString&, const OUString& rURL, const OUString&, SfxFilterFlags, SotClipboardFormatId, unsigned int) override; - OUString getUrl() + OUString getUrl() const { return m_directories.getURLFromSrc(u"/vcl/qa/cppunit/graphicfilter/data/tiff/"); } |