summaryrefslogtreecommitdiffstats
path: root/vcl/source/window/taskpanelist.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:11:02 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:43:52 +0100
commit2941a0a77488ec2d98fbfc90755e86d7dec70ecd (patch)
tree6ebdb8dc431d5304003922a0da7cb02349149a8b /vcl/source/window/taskpanelist.cxx
parentWaE: move that inside the TODO as well (diff)
downloadcore-2941a0a77488ec2d98fbfc90755e86d7dec70ecd.tar.gz
core-2941a0a77488ec2d98fbfc90755e86d7dec70ecd.zip
Remove bogus and useless comments.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'vcl/source/window/taskpanelist.cxx')
-rw-r--r--vcl/source/window/taskpanelist.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/taskpanelist.cxx b/vcl/source/window/taskpanelist.cxx
index 39437e860ad8..f705609306a1 100644
--- a/vcl/source/window/taskpanelist.cxx
+++ b/vcl/source/window/taskpanelist.cxx
@@ -127,8 +127,6 @@ void TaskPaneList::AddWindow( Window *pWindow )
// beginning, until the first window is found which has the ChildPathFocus. Now
// if this would be the ancestor window of another pane window, this would fudge
// the result
- // 2004-09-27 - fs@openoffice.org, while fixing #i33573#, which included replacing
- // the original fix for #98916# with this one here.
if ( pWindow->IsWindowOrChild( *p ) )
{
insertionPos = p + 1;