summaryrefslogtreecommitdiff
path: root/include/editeng/unoforou.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unoforou.hxx')
-rw-r--r--include/editeng/unoforou.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unoforou.hxx b/include/editeng/unoforou.hxx
index 02a78236e585..a26fc406c220 100644
--- a/include/editeng/unoforou.hxx
+++ b/include/editeng/unoforou.hxx
@@ -81,8 +81,8 @@ public:
virtual sal_Int32 GetFieldCount( sal_Int32 nPara ) const override;
virtual EFieldInfo GetFieldInfo( sal_Int32 nPara, sal_uInt16 nField ) const override;
virtual EBulletInfo GetBulletInfo( sal_Int32 nPara ) const override;
- virtual Rectangle GetCharBounds( sal_Int32 nPara, sal_Int32 nIndex ) const override;
- virtual Rectangle GetParaBounds( sal_Int32 nPara ) const override;
+ virtual tools::Rectangle GetCharBounds( sal_Int32 nPara, sal_Int32 nIndex ) const override;
+ virtual tools::Rectangle GetParaBounds( sal_Int32 nPara ) const override;
virtual MapMode GetMapMode() const override;
virtual OutputDevice* GetRefDevice() const override;
virtual bool GetIndexAtPoint( const Point&, sal_Int32& nPara, sal_Int32& nIndex ) const override;