diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-26 15:07:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-26 21:57:39 +0200 |
commit | a387bf54a944212cff94dbd1182bb55ab39a4324 (patch) | |
tree | 0e8c0eaf04e2c2c2272e3bd43c7c094f45642031 /svtools/inc/table | |
parent | bfece0e86e1df7f8fdee3067177ca1588712600c (diff) |
make get_extents_relative_to const
Change-Id: I031c42cd85395a777c20bdd052da4233bc2fedab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101414
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/inc/table')
-rw-r--r-- | svtools/inc/table/tablecontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/table/tablecontrol.hxx b/svtools/inc/table/tablecontrol.hxx index fb6868f3d5b0..1e780440a05a 100644 --- a/svtools/inc/table/tablecontrol.hxx +++ b/svtools/inc/table/tablecontrol.hxx @@ -128,7 +128,7 @@ namespace svt::table // IAccessibleTable - virtual tools::Rectangle GetWindowExtentsRelative( vcl::Window *pRelativeWindow ) const override; + virtual tools::Rectangle GetWindowExtentsRelative(const vcl::Window *pRelativeWindow) const override; virtual void GrabFocus() override; virtual css::uno::Reference< css::accessibility::XAccessible > GetAccessible() override; virtual vcl::Window* GetAccessibleParentWindow() const override; |