Kaydet (Commit) 0237d8a6 authored tarafından Caolán McNamara's avatar Caolán McNamara

VclPtr: someone needs to dispose this mpWindow

Change-Id: Ib08482d0a3f6cb62e16a21fba2025913ca1aedad
üst 19fddecd
...@@ -105,7 +105,7 @@ private: ...@@ -105,7 +105,7 @@ private:
FrameView* mpFrameView; FrameView* mpFrameView;
class ViewCache; class ViewCache;
VclPtr<vcl::Window> mpWindow; ScopedVclPtr<vcl::Window> mpWindow;
::boost::shared_ptr<ViewCache> mpViewCache; ::boost::shared_ptr<ViewCache> mpViewCache;
css::uno::Reference<css::drawing::framework::XPane> mxLocalPane; css::uno::Reference<css::drawing::framework::XPane> mxLocalPane;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment