[Libreoffice-commits] core.git: vcl/source

Chris Sherlock chris.sherlock79 at gmail.com
Fri May 23 23:24:43 PDT 2014


 vcl/source/window/window.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7915c3958990684f259df3745b74687ab1ad3416
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat May 24 16:24:07 2014 +1000

    vcl: remove name, email address and date from comment
    
    Change-Id: I4f4b4a9551210329fd324371ecb814fdc6855146

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 60b5085..264bcf1 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 at sun.com
     mpWindowImpl->mxWindowPeer.clear();
     mpWindowImpl->mxWindowPeer = xPeer;
 


More information about the Libreoffice-commits mailing list