diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2021-05-02 03:50:05 +1000 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-05-03 15:13:58 +0200 |
commit | d19dbcc139d18771e5e20e82a694f1512476e41c (patch) | |
tree | bf48c0f5b5f8578adb3e49fa91a6532a6dbc8d3f /include/vcl/accessibletableprovider.hxx | |
parent | 8c756af15e967fca3b6cc08be9a57f6d249a27b7 (diff) |
vcl: remove MetricVector
Change-Id: Ib700887ca79f423c65dfb75eea36bbfd808fa172
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114976
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/vcl/accessibletableprovider.hxx')
-rw-r--r-- | include/vcl/accessibletableprovider.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/accessibletableprovider.hxx b/include/vcl/accessibletableprovider.hxx index 253f850da5f8..b40d16c442a6 100644 --- a/include/vcl/accessibletableprovider.hxx +++ b/include/vcl/accessibletableprovider.hxx @@ -111,7 +111,7 @@ public: virtual void GrabTableFocus() = 0; // OutputDevice - virtual bool GetGlyphBoundRects( const Point& rOrigin, const OUString& rStr, int nIndex, int nLen, MetricVector& rVector ) = 0; + virtual bool GetGlyphBoundRects( const Point& rOrigin, const OUString& rStr, int nIndex, int nLen, std::vector< tools::Rectangle >& rVector ) = 0; // Window virtual tools::Rectangle GetWindowExtentsRelative(const vcl::Window *pRelativeWindow) const = 0; |