Kaydet (Commit) 8e752d47 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix comment typo

üst f30169f7
...@@ -1069,7 +1069,7 @@ css::uno::Reference< css::awt::XWindowPeer > VCLXToolkit::ImplCreateWindow( ...@@ -1069,7 +1069,7 @@ css::uno::Reference< css::awt::XWindowPeer > VCLXToolkit::ImplCreateWindow(
{ {
VCLXWindow* pParentComponent = VCLXWindow::GetImplementation( rDescriptor.Parent ); VCLXWindow* pParentComponent = VCLXWindow::GetImplementation( rDescriptor.Parent );
// #103939# Don't through assertion, may be it's a system dependend window, used in ImplCreateWindow. // #103939# Don't throw assertion, may be it's a system dependend window, used in ImplCreateWindow.
// DBG_ASSERT( pParentComponent, "ParentComponent not valid" ); // DBG_ASSERT( pParentComponent, "ParentComponent not valid" );
if ( pParentComponent ) if ( pParentComponent )
......
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