summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxplugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/vclxplugin.cxx')
-rw-r--r--toolkit/source/awt/vclxplugin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxplugin.cxx b/toolkit/source/awt/vclxplugin.cxx
index 2e8e4c12cbcf..c48d1de581cd 100644
--- a/toolkit/source/awt/vclxplugin.cxx
+++ b/toolkit/source/awt/vclxplugin.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -56,11 +56,11 @@ void SAL_CALL VCLXPlugin::dispose() throw(uno::RuntimeException)
{
{
::osl::SolarGuard aGuard( GetMutex() );
-
+
lang::EventObject aDisposeEvent;
aDisposeEvent.Source = W3K_EXPLICIT_CAST (*this);
}
-
+
VCLXWindow::dispose();
}