[Libreoffice-commits] .: framework/source
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Fri Apr 15 01:40:56 PDT 2011
framework/source/layoutmanager/helpers.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c4b65b487b318777d7edbff23a943c4865418b27
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date: Thu Apr 14 08:09:11 2011 -0300
all bogus comments removed by regular expressions
diff --git a/framework/source/layoutmanager/helpers.cxx b/framework/source/layoutmanager/helpers.cxx
index 652cf15..92ab154 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 );
More information about the Libreoffice-commits
mailing list