summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-16 21:36:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-17 14:04:53 +0100
commit8e752d47381c50e2522be9dc2f216738e2045613 (patch)
treeb91961f28f44ae950e88ad0b2e5d1ebbd0316c2c /toolkit
parentlet the caller own this (diff)
downloadcore-8e752d47381c50e2522be9dc2f216738e2045613.tar.gz
core-8e752d47381c50e2522be9dc2f216738e2045613.zip
fix comment typo
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxtoolkit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx
index f255777f5cb6..b6655ab56d98 100644
--- a/toolkit/source/awt/vclxtoolkit.cxx
+++ b/toolkit/source/awt/vclxtoolkit.cxx
@@ -1069,7 +1069,7 @@ css::uno::Reference< css::awt::XWindowPeer > VCLXToolkit::ImplCreateWindow(
{
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" );
if ( pParentComponent )