summaryrefslogtreecommitdiffstats
path: root/include/svx/svdoattr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdoattr.hxx')
-rw-r--r--include/svx/svdoattr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdoattr.hxx b/include/svx/svdoattr.hxx
index 8ec8673d5648..10c163b3b9b0 100644
--- a/include/svx/svdoattr.hxx
+++ b/include/svx/svdoattr.hxx
@@ -50,7 +50,7 @@ private:
protected:
virtual sdr::properties::BaseProperties* CreateObjectSpecificProperties() override;
- Rectangle maSnapRect;
+ tools::Rectangle maSnapRect;
protected:
/// Detects the width of the line. No line ->0.
@@ -70,7 +70,7 @@ public:
// Detects if Line != LineNone
bool HasLine() const;
- virtual const Rectangle& GetSnapRect() const override;
+ virtual const tools::Rectangle& GetSnapRect() const override;
virtual void SetModel(SdrModel* pNewModel) override;
};