summaryrefslogtreecommitdiffstats
path: root/include/vcl/ITiledRenderable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/ITiledRenderable.hxx')
-rw-r--r--include/vcl/ITiledRenderable.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/ITiledRenderable.hxx b/include/vcl/ITiledRenderable.hxx
index abe4979058c8..3592be536d0f 100644
--- a/include/vcl/ITiledRenderable.hxx
+++ b/include/vcl/ITiledRenderable.hxx
@@ -155,7 +155,7 @@ public:
* @param rRectangle - if not empty, then limit the output only to the area of this rectangle
* @return a JSON describing position/content of rows/columns
*/
- virtual OUString getRowColumnHeaders(const Rectangle& rRectangle)
+ virtual OUString getRowColumnHeaders(const tools::Rectangle& rRectangle)
{
(void) rRectangle;
return OUString();
@@ -201,7 +201,7 @@ public:
}
/// @see lok::Document::setClientVisibleArea().
- virtual void setClientVisibleArea(const Rectangle& /*rRectangle*/)
+ virtual void setClientVisibleArea(const tools::Rectangle& /*rRectangle*/)
{
}