diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-03 17:27:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-04 21:49:22 +0100 |
commit | 955fd7d8dc9da29717371c8fcb25d9954ff975bd (patch) | |
tree | b33f36cb8e8161ee490c94d38f7067d7e3c71347 /vcl/inc/salvtables.hxx | |
parent | 948207edfbb6a8bcce2573ec758bacf818bbd2c7 (diff) |
split rect arg into dest pos and source rect
Change-Id: I622979fa54e54f1c6e00b5a16546fdbc12957422
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110383
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/salvtables.hxx')
-rw-r--r-- | vcl/inc/salvtables.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx index 8d8138690bf1..6f3fccc87005 100644 --- a/vcl/inc/salvtables.hxx +++ b/vcl/inc/salvtables.hxx @@ -366,7 +366,7 @@ public: virtual void set_background(const Color& rColor) override; - virtual void draw(OutputDevice& rOutput, const tools::Rectangle& rRect) override; + virtual void draw(OutputDevice& rOutput, const Point& rPos, const Size& rSizePixel) override; SystemWindow* getSystemWindow(); }; |