summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/itemwin.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 09:27:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 09:27:45 +0000
commit6d55b4ed084420fbf02e7684ed9dbb1933672bfa (patch)
tree87c2e182028d78cbd9661917bc552a6a3cd41a0d /svx/source/tbxctrls/itemwin.cxx
parent0342381d5d64f8491734bcdb4ea6534432115933 (diff)
INTEGRATION: CWS draw11 (1.13.32); FILE MERGED
2003/05/12 11:56:22 af 1.13.32.1: #109424# SvxLineBox::Select() forwards its call to its base class to trigger accessibility events.
Diffstat (limited to 'svx/source/tbxctrls/itemwin.cxx')
-rw-r--r--svx/source/tbxctrls/itemwin.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx
index 13c9e2b35004..0b70ab1acdb2 100644
--- a/svx/source/tbxctrls/itemwin.cxx
+++ b/svx/source/tbxctrls/itemwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itemwin.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 09:58:21 $
+ * last change: $Author: vg $ $Date: 2003-05-22 10:27:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -148,6 +148,9 @@ IMPL_LINK( SvxLineBox, DelayHdl_Impl, Timer *, pTimer )
void SvxLineBox::Select()
{
+ // Call the parent's Select() member to trigger accessibility events.
+ LineLB::Select();
+
if ( !IsTravelSelect() )
{
XLineStyle eXLS;