summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:59:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:33 +0100
commit680139fe7d51cf3c3ada1ce12fe507c298f02b67 (patch)
treea85c66d57bf1de0c22c0911b0fff175ac7de337f /framework
parenttypo: soultion -> solution (diff)
downloadcore-680139fe7d51cf3c3ada1ce12fe507c298f02b67.tar.gz
core-680139fe7d51cf3c3ada1ce12fe507c298f02b67.zip
typo: opend -> opened
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index ad5aeda344bc..ce6f4a42abae 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2598,7 +2598,7 @@ void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& aEvent ) t
{
css::uno::Reference< css::awt::XWindow > xParentWindow = xParent->getContainerWindow() ;
Window* pParentWindow = VCLUnoHelper::GetWindow( xParentWindow );
- //#i70261#: dialogs opend from an OLE object will cause a deactivate on the frame of the OLE object
+ //#i70261#: dialogs opened from an OLE object will cause a deactivate on the frame of the OLE object
// on Solaris/Linux at that time pFocusWindow is still NULL because the focus handling is different; right after
// the deactivation the focus will be set into the dialog!
// currently I see no case where a sub frame could get a deactivate with pFocusWindow being NULL permanently