diff options
Diffstat (limited to 'include/svx/svdhlpln.hxx')
-rw-r--r-- | include/svx/svdhlpln.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdhlpln.hxx b/include/svx/svdhlpln.hxx index fafab5a4d427..86890979f91d 100644 --- a/include/svx/svdhlpln.hxx +++ b/include/svx/svdhlpln.hxx @@ -52,7 +52,7 @@ public: Pointer GetPointer() const; bool IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const; // OutputDevice is required because capture points have a fixed pixel size - Rectangle GetBoundRect(const OutputDevice& rOut) const; + tools::Rectangle GetBoundRect(const OutputDevice& rOut) const; }; #define SDRHELPLINE_NOTFOUND 0xFFFF |