diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-22 08:01:59 -0300 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2011-04-22 14:51:26 +0200 |
commit | 147824a979908971ca4bf376fdd82d88df604530 (patch) | |
tree | 79f0cc29331f584523a9cf6d5c5c56dfd87371a6 /framework/source/layoutmanager/helpers.cxx | |
parent | 3fac91723b791fb7acf7eee77e97aacdd24bcee0 (diff) |
left arrow comments removed // <--
Diffstat (limited to 'framework/source/layoutmanager/helpers.cxx')
-rw-r--r-- | framework/source/layoutmanager/helpers.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/layoutmanager/helpers.cxx b/framework/source/layoutmanager/helpers.cxx index a4645f6bbb96..04faeb2cf604 100644 --- a/framework/source/layoutmanager/helpers.cxx +++ b/framework/source/layoutmanager/helpers.cxx @@ -344,7 +344,6 @@ sal_Bool implts_isFrameOrWindowTop( const uno::Reference< frame::XFrame >& xFram uno::Reference< awt::XWindow > xWindow( xWindowCheck, uno::UNO_QUERY ); Window* pWindow = VCLUnoHelper::GetWindow( xWindow ); return ( pWindow && pWindow->IsSystemWindow() ); - // <-- } return sal_False; |