summaryrefslogtreecommitdiff
path: root/include/svtools/imaprect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/imaprect.hxx')
-rw-r--r--include/svtools/imaprect.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svtools/imaprect.hxx b/include/svtools/imaprect.hxx
index 4aac46946b9b..07c88ae18c0e 100644
--- a/include/svtools/imaprect.hxx
+++ b/include/svtools/imaprect.hxx
@@ -27,9 +27,9 @@ class Fraction;
class SVT_DLLPUBLIC IMapRectangleObject : public IMapObject
{
- Rectangle aRect;
+ tools::Rectangle aRect;
- SVT_DLLPRIVATE void ImpConstruct( const Rectangle& rRect, bool bPixel );
+ SVT_DLLPRIVATE void ImpConstruct( const tools::Rectangle& rRect, bool bPixel );
protected:
@@ -40,7 +40,7 @@ protected:
public:
IMapRectangleObject() {};
- IMapRectangleObject( const Rectangle& rRect,
+ IMapRectangleObject( const tools::Rectangle& rRect,
const OUString& rURL,
const OUString& rAltText,
const OUString& rDesc,
@@ -52,7 +52,7 @@ public:
virtual sal_uInt16 GetType() const override;
virtual bool IsHit( const Point& rPoint ) const override;
- Rectangle GetRectangle( bool bPixelCoords = true ) const;
+ tools::Rectangle GetRectangle( bool bPixelCoords = true ) const;
void Scale( const Fraction& rFractX, const Fraction& rFracY );