diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-26 13:20:10 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 21:55:41 +0100 |
commit | 0cef43d2e425895746392c6f503c660a7ca1241c (patch) | |
tree | c7e16b823eaab99379dbebc3347e7b2e3874be25 /sd/source/ui/inc/copydlg.hxx | |
parent | e10b12842eb15b3b9bf577b4da036313fa830786 (diff) |
vcl: VclPtr conversion in sd
Change-Id: I3cde57acfeec194968a639f8557b17177a94d37f
Diffstat (limited to 'sd/source/ui/inc/copydlg.hxx')
-rw-r--r-- | sd/source/ui/inc/copydlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/copydlg.hxx b/sd/source/ui/inc/copydlg.hxx index 7a9d696f62e1..e0d1237218c4 100644 --- a/sd/source/ui/inc/copydlg.hxx +++ b/sd/source/ui/inc/copydlg.hxx @@ -42,6 +42,7 @@ public: CopyDlg( vcl::Window* pWindow, const SfxItemSet& rInAttrs, const XColorListRef &pColList, ::sd::View* pView ); virtual ~CopyDlg(); + virtual void dispose() SAL_OVERRIDE; void GetAttr( SfxItemSet& rOutAttrs ); void Reset(); |