summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-03-20 11:58:25 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 13:01:46 +0100
commit98586079c3961f32d9eaee9731ee053bc8bf1887 (patch)
tree90d696fa10470545e0a50f929ac87f23e0b7e45a /sw/source/ui/dbui/mmoutputpage.hxx
parentvclptr: calling disposeAndClear on all the fields is not great (diff)
downloadcore-98586079c3961f32d9eaee9731ee053bc8bf1887.tar.gz
core-98586079c3961f32d9eaee9731ee053bc8bf1887.zip
Convert last vestiges of OutputDevice* and VirtualDevice* members.
Change-Id: I2353d8e9f2b30bf00cf5229613793d9605854b76
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index 41e318884a15..470a72e04689 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -100,7 +100,7 @@ class SwMailMergeOutputPage : public svt::OWizardPage
VclPtr<SwMailMergeWizard> m_pWizard;
//some dialog data
- Printer* m_pTempPrinter;
+ VclPtr<Printer> m_pTempPrinter;
OUString m_sCC;
OUString m_sBCC;