summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2011-04-14 08:09:11 -0300
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-15 10:39:23 +0200
commiteb8e1b5e5c52e2a067b5ed45bf915f2fedaafb8f (patch)
treee94fe79d5c9659e41c86af88e0c036278b09c21c
parent733147c6a827efa3ab3ae8a9df987d21ec470b60 (diff)
all bogus comments removed by regular expressions
-rw-r--r--framework/source/layoutmanager/helpers.cxx2
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 );