summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uitest/uiobject.cxx2
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