summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2002-04-08 17:58:55 +0000
committerThomas Benisch <tbe@openoffice.org>2002-04-08 17:58:55 +0000
commit74166d17e4213c00a2dcc560b0890eb6f489991e (patch)
tree1ffaaad667b76351a591a651880535220ceddfd0 /vcl/source/control
parentbaf50d3e18090740de32759e4b7b2296e0ab079d (diff)
#97222# fire VCLEVENT_EDIT_SELECTIONCHANGED event
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/edit.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx
index 015bc7173b1a..7b4ff8b0adbc 100644
--- a/vcl/source/control/edit.cxx
+++ b/vcl/source/control/edit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: edit.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: tbe $ $Date: 2002-03-18 17:41:12 $
+ * last change: $Author: tbe $ $Date: 2002-04-08 18:58:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1999,6 +1999,8 @@ void Edit::ImplSetSelection( const Selection& rSelection, BOOL bPaint )
ImplRepaint( nStart, nEnd );
}
ImplShowCursor();
+
+ ImplCallEventListeners( VCLEVENT_EDIT_SELECTIONCHANGED );
}
}
}