summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Button.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-08 08:48:59 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-02-08 19:06:48 +0100
commit842bfb16f710a624eb48294e5410e9944160c70d (patch)
tree7c85ef2417a993c608585948eab1a4e7faeb4b1b /forms/source/component/Button.cxx
parentAdapt to move of prewin.h and postwin.h (diff)
downloadcore-842bfb16f710a624eb48294e5410e9944160c70d.tar.gz
core-842bfb16f710a624eb48294e5410e9944160c70d.zip
Remove useless comments in components.
Diffstat (limited to 'forms/source/component/Button.cxx')
-rw-r--r--forms/source/component/Button.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/component/Button.cxx b/forms/source/component/Button.cxx
index da060f997052..9b0c44de98b6 100644
--- a/forms/source/component/Button.cxx
+++ b/forms/source/component/Button.cxx
@@ -480,7 +480,6 @@ IMPL_LINK( OButtonControl, OnClick, void*, EMPTYARG )
// catch exceptions
// and catch them on a per-listener basis - if one listener fails, the others still need
// to get notified
- // 97676 - 21.02.2002 - fs@openoffice.org
try
{
static_cast< XActionListener* >( aIter.next() )->actionPerformed(aEvt);