diff options
Diffstat (limited to 'vcl/source/window/window.cxx')
-rw-r--r-- | vcl/source/window/window.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 60b5085c9d49..264bcf1eac91 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -3273,7 +3273,6 @@ const OUString& Window::GetHelpText() const void Window::SetWindowPeer( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > xPeer, VCLXWindow* pVCLXWindow ) { // be safe against re-entrance: first clear the old ref, then assign the new one - // #133706# / 2006-03-30 / frank.schoenheit@sun.com mpWindowImpl->mxWindowPeer.clear(); mpWindowImpl->mxWindowPeer = xPeer; |