diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-03-19 17:16:37 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 12:22:40 +0100 |
commit | d2d83f5a8a0f6f84c4e2692229c960b6677878ef (patch) | |
tree | 7309144c1dd985764e3e63c595b0d5f04b76f027 /reportdesign | |
parent | aeacfe0967f930f5e16711a32b90784fc856f0ec (diff) |
Move OutputDevice members to VclPtr: filter, reportdesign, uui.
Change-Id: Iafac8812714a0be68f5608f657c76c159f2912a0
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/source/ui/inc/ColorChanger.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/inc/ColorChanger.hxx b/reportdesign/source/ui/inc/ColorChanger.hxx index 7a26c606e05b..247863a03211 100644 --- a/reportdesign/source/ui/inc/ColorChanger.hxx +++ b/reportdesign/source/ui/inc/ColorChanger.hxx @@ -27,7 +27,7 @@ namespace rptui class ColorChanger { protected: - OutputDevice* m_pDev; + VclPtr<OutputDevice> m_pDev; public: ColorChanger( OutputDevice* _pDev, const Color& _rNewLineColor) |