summaryrefslogtreecommitdiff
path: root/forms/source/xforms
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-15 10:12:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-15 10:12:09 +0100
commit0c1b8516cb290f072e59da62198575cdbc131fce (patch)
tree2b53954159c808d0c9274b0cdfe452fb371a3507 /forms/source/xforms
parent260fbeb21a86f7483891016a483c0b175947a35e (diff)
forms: Use appropriate OUString functions on string constants
Change-Id: I196e847e2f63d1bac6ed0f520cba67508aec1a5d
Diffstat (limited to 'forms/source/xforms')
-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 2bfb98b29f7f..919ff0d89639 100644
--- a/forms/source/xforms/binding.cxx
+++ b/forms/source/xforms/binding.cxx
@@ -1237,7 +1237,7 @@ void Binding::handleEvent( const XEvent_t& xEvent )
OUString sType(xEvent->getType());
//OUString sEventMIPChanged("xforms-generic");
//if(sType.equals(sEventMIPChanged)) {
- if(sType.equalsAscii("xforms-generic")) {
+ if(sType == "xforms-generic") {
// the modification of the 'mnDeferModifyNotifications'-member
// is necessary to prevent infinite notication looping.