summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Schäfer <ssa@openoffice.org>2002-10-23 08:47:44 +0000
committerStephan Schäfer <ssa@openoffice.org>2002-10-23 08:47:44 +0000
commit9ea470fe84dc87d1249ebe6aeb2e21fb6d40e1b5 (patch)
tree85036d771b79616a52d5273db6513bb5cb22ecec /vcl
parent05a0ccc00617008a7f0cdc0153bcbb8f0bb0a231 (diff)
#103788# notify ITEMTEXTCHANGED
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/toolbox2.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx
index ac00c21b22db..dbf552fd9740 100644
--- a/vcl/source/window/toolbox2.cxx
+++ b/vcl/source/window/toolbox2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: toolbox2.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ssa $ $Date: 2002-10-17 16:02:38 $
+ * last change: $Author: ssa $ $Date: 2002-10-23 09:47:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1220,6 +1220,9 @@ void ToolBox::SetItemText( USHORT nItemId, const XubString& rText )
}
else
pItem->maText = ImplConvertMenuString( rText );
+
+ // Notify
+ ImplCallEventListeners( VCLEVENT_TOOLBOX_ITEMTEXTCHANGED, (void*) nPos );
}
}