summaryrefslogtreecommitdiff
path: root/vcl/inc/qt5
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-12-20 18:02:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-12-21 06:44:59 +0000
commit6f43f00279252265fe4892b46fe0b4686ff721ed (patch)
treee27a0a74ce8ec7dda10eae8ff53223bf8e1e6851 /vcl/inc/qt5
parentf9785ea595fd8e911f6370e836fa579225b9e571 (diff)
No need for bool return value here
all of the implementations of this method return true. Change-Id: I6dc02499af1809110edd482a48d9f6d5d42ead19 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144620 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/qt5')
-rw-r--r--vcl/inc/qt5/QtGraphics.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/qt5/QtGraphics.hxx b/vcl/inc/qt5/QtGraphics.hxx
index b8a168d1a3cf..b87e6d80b648 100644
--- a/vcl/inc/qt5/QtGraphics.hxx
+++ b/vcl/inc/qt5/QtGraphics.hxx
@@ -68,7 +68,7 @@ public:
OUString getRenderBackendName() const override { return "qt5"; }
- bool setClipRegion(vcl::Region const& rRegion) override;
+ void setClipRegion(vcl::Region const& rRegion) override;
void ResetClipRegion() override;
sal_uInt16 GetBitCount() const override;