diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-03-20 15:00:03 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 13:01:48 +0100 |
commit | d1091fd50adb1c01d1b1393fd662278611f9e7e1 (patch) | |
tree | db279bb0b9641b8e912c55d72ce4a9a7ccb2f4b5 /include/sfx2/fcontnr.hxx | |
parent | 58a43332b3a86db3756e6ad18e31189969c85364 (diff) |
re-insert erroneously converted delete calls.
Change-Id: Iebdf2af3866d884289f6913646106fe3f2d4dde5
Diffstat (limited to 'include/sfx2/fcontnr.hxx')
-rw-r--r-- | include/sfx2/fcontnr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/fcontnr.hxx b/include/sfx2/fcontnr.hxx index 3ae423726ca0..1c325b92f628 100644 --- a/include/sfx2/fcontnr.hxx +++ b/include/sfx2/fcontnr.hxx @@ -57,7 +57,7 @@ public: class SfxFrameWindow { - VclPtr<vcl::Window> pWindow; + ScopedVclPtr<vcl::Window> pWindow; public: SfxFrameWindow( vcl::Window *pWin ) : pWindow( pWin ) |