diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-24 16:24:07 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-24 16:24:07 +1000 |
commit | 7915c3958990684f259df3745b74687ab1ad3416 (patch) | |
tree | 7cc9a2e6c1e7d2179a899d17711f8a96c1fdb3f0 | |
parent | b5fb6b53c6a5f7aa9afd72d02b14737e23b3c0ed (diff) |
vcl: remove name, email address and date from comment
Change-Id: I4f4b4a9551210329fd324371ecb814fdc6855146
-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; |