diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-22 22:14:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-22 22:14:03 +0200 |
commit | c4077396a6b1ff2c6b2ff40ce3263c884515142b (patch) | |
tree | 7512c732a202bb32a1fb75c6f5216c24e2d19308 /svtools | |
parent | d1c7510e7cbbf4b4ba559919d21938d49be16670 (diff) |
loplugin:stringconstant
Change-Id: I98c383106c8d5874bc8eb3daf05ca3f172d9f41a
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uitest/uiobject.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uitest/uiobject.cxx b/svtools/source/uitest/uiobject.cxx index 8af13ff8cd6c..6156f4451918 100644 --- a/svtools/source/uitest/uiobject.cxx +++ b/svtools/source/uitest/uiobject.cxx @@ -31,7 +31,7 @@ StringMap TreeListUIObject::get_state() void TreeListUIObject::execute(const OUString& rAction, const StringMap& rParameters) { - if (rAction == "") + if (rAction.isEmpty()) { } else |