diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-03-20 11:58:25 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 13:01:46 +0100 |
commit | 98586079c3961f32d9eaee9731ee053bc8bf1887 (patch) | |
tree | 90d696fa10470545e0a50f929ac87f23e0b7e45a /sw/inc/hints.hxx | |
parent | 395ae19356a8128ec47e2526e0342ca2905ea707 (diff) |
Convert last vestiges of OutputDevice* and VirtualDevice* members.
Change-Id: I2353d8e9f2b30bf00cf5229613793d9605854b76
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 3e659452fe7c..c34a95b87f30 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -132,7 +132,7 @@ public: class SwRefMarkFldUpdate : public SwMsgPoolItem { public: - const OutputDevice* pOut; ///< pointer to the current output device + VclPtr<OutputDevice> pOut; ///< pointer to the current output device /** Is sent if reference marks should be updated. To get the page/chapter number, the frame has to be asked. For that we need |