diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-14 08:09:11 -0300 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-15 10:39:23 +0200 |
commit | eb8e1b5e5c52e2a067b5ed45bf915f2fedaafb8f (patch) | |
tree | e94fe79d5c9659e41c86af88e0c036278b09c21c /framework/source | |
parent | 733147c6a827efa3ab3ae8a9df987d21ec470b60 (diff) |
all bogus comments removed by regular expressions
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/layoutmanager/helpers.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/layoutmanager/helpers.cxx b/framework/source/layoutmanager/helpers.cxx index a8e6763dc73a..a4645f6bbb96 100644 --- a/framework/source/layoutmanager/helpers.cxx +++ b/framework/source/layoutmanager/helpers.cxx @@ -339,7 +339,7 @@ sal_Bool implts_isFrameOrWindowTop( const uno::Reference< frame::XFrame >& xFram uno::Reference< awt::XTopWindow > xWindowCheck(xFrame->getContainerWindow(), uno::UNO_QUERY); // dont use _THROW here ... its a check only if (xWindowCheck.is()) { - // --> PB 2007-06-18 #i76867# top and system window is required. + // #i76867# top and system window is required. SolarMutexGuard aGuard; uno::Reference< awt::XWindow > xWindow( xWindowCheck, uno::UNO_QUERY ); Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); |