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/source/uibase/inc/optpage.hxx | |
parent | 395ae19356a8128ec47e2526e0342ca2905ea707 (diff) |
Convert last vestiges of OutputDevice* and VirtualDevice* members.
Change-Id: I2353d8e9f2b30bf00cf5229613793d9605854b76
Diffstat (limited to 'sw/source/uibase/inc/optpage.hxx')
-rw-r--r-- | sw/source/uibase/inc/optpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx index a586243ca71f..28f3c33d29b3 100644 --- a/sw/source/uibase/inc/optpage.hxx +++ b/sw/source/uibase/inc/optpage.hxx @@ -156,7 +156,7 @@ class SwStdFontTabPage : public SfxTabPage OUString sShellLabel; OUString sShellIndex; - SfxPrinter* pPrt; + VclPtr<SfxPrinter> pPrt; FontList* pFontList; SwStdFontConfig* pFontConfig; SwWrtShell* pWrtShell; |