summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtpaint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtpaint.hxx')
-rw-r--r--sw/source/core/text/txtpaint.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/text/txtpaint.hxx b/sw/source/core/text/txtpaint.hxx
index 5408517e6d94..7959dfa834a0 100644
--- a/sw/source/core/text/txtpaint.hxx
+++ b/sw/source/core/text/txtpaint.hxx
@@ -70,7 +70,7 @@ public:
class DbgRect : public SwDbgOut
{
public:
- DbgRect( OutputDevice* pOut, const Rectangle &rRect,
+ DbgRect( OutputDevice* pOut, const tools::Rectangle &rRect,
const bool bOn = true,
ColorData eColor = COL_LIGHTBLUE );
};
@@ -97,7 +97,7 @@ inline DbgBackColor::~DbgBackColor()
}
}
-inline DbgRect::DbgRect( OutputDevice* pOutDev, const Rectangle &rRect,
+inline DbgRect::DbgRect( OutputDevice* pOutDev, const tools::Rectangle &rRect,
const bool bOn,
ColorData eColor )
: SwDbgOut( pOutDev, bOn )