summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/textlayoutdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/textlayoutdevice.hxx')
-rw-r--r--include/drawinglayer/primitive2d/textlayoutdevice.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
index 5761d3a03a9d..c8670603e26a 100644
--- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx
+++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
@@ -36,7 +36,7 @@ namespace rtl {
};
class OutputDevice;
class GDIMetaFile;
-class Rectangle;
+namespace tools { class Rectangle; }
enum class DrawTextFlags;
namespace drawinglayer { namespace attribute {
class FontAttribute;
@@ -102,7 +102,7 @@ namespace drawinglayer
double getFontDescent() const;
void addTextRectActions(
- const Rectangle& rRectangle,
+ const tools::Rectangle& rRectangle,
const rtl::OUString& rText,
DrawTextFlags nStyle,
GDIMetaFile& rGDIMetaFile) const;