summaryrefslogtreecommitdiffstats
path: root/include/svx/framelinkarray.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/framelinkarray.hxx')
-rw-r--r--include/svx/framelinkarray.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/framelinkarray.hxx b/include/svx/framelinkarray.hxx
index d48fbf8c98c0..a899caa7ee40 100644
--- a/include/svx/framelinkarray.hxx
+++ b/include/svx/framelinkarray.hxx
@@ -247,7 +247,7 @@ public:
void SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow );
/** Returns the rectangle (output coordinates) of the current clipping range. */
- Rectangle GetClipRangeRectangle() const;
+ tools::Rectangle GetClipRangeRectangle() const;
// cell coordinates -------------------------------------------------------
@@ -301,7 +301,7 @@ public:
/** Returns the output rectangle of the cell (nCol,nRow).
Returns total output rectangle of merged ranges. */
- Rectangle GetCellRect( size_t nCol, size_t nRow ) const;
+ tools::Rectangle GetCellRect( size_t nCol, size_t nRow ) const;
// diagonal frame borders -------------------------------------------------