summaryrefslogtreecommitdiff
path: root/sw/source/core/text/itrtxt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/itrtxt.hxx')
-rw-r--r--sw/source/core/text/itrtxt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itrtxt.hxx b/sw/source/core/text/itrtxt.hxx
index 85890254dfbc..2008fefcff30 100644
--- a/sw/source/core/text/itrtxt.hxx
+++ b/sw/source/core/text/itrtxt.hxx
@@ -305,7 +305,7 @@ public:
class SwHookOut
{
SwTxtSizeInfo* pInf;
- OutputDevice* pOut;
+ VclPtr<OutputDevice> pOut;
bool bOnWin;
public:
SwHookOut( SwTxtSizeInfo& rInfo );