summaryrefslogtreecommitdiff
path: root/forms/source/xforms/binding.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/binding.cxx')
-rw-r--r--forms/source/xforms/binding.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx
index d4f677531245..2473f8e76090 100644
--- a/forms/source/xforms/binding.cxx
+++ b/forms/source/xforms/binding.cxx
@@ -1257,7 +1257,7 @@ void Binding::handleEvent( const XEvent_t& xEvent )
OUString sType(xEvent->getType());
//OUString sEventMIPChanged("xforms-generic");
//if(sType.equals(sEventMIPChanged)) {
- if(!sType.compareToAscii("xforms-generic")) {
+ if(sType.equalsAscii("xforms-generic")) {
// the modification of the 'mnDeferModifyNotifications'-member
// is necessary to prevent infinite notication looping.