Kaydet (Commit) 7915c395 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: remove name, email address and date from comment

Change-Id: I4f4b4a9551210329fd324371ecb814fdc6855146
üst b5fb6b53
......@@ -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;
......
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