summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
diff options
context:
space:
mode:
authorAhmed ElShreif <aelshreif7@gmail.com>2019-06-24 00:54:19 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2019-08-19 22:56:36 +0800
commit9d1c3b7ab6f6e2a2d1a29d35185eee911df30ea3 (patch)
treea38a67c0f3d68227c9144b2611e2d31a26067702 /vcl/source/uitest
parent6108f364285d3e8e3c2610f1a66f3ea8bab1f31a (diff)
uitest: just update zoom statement
Change-Id: I0bc5c4179dcb94ed2cc4a551165fd135d884a75a
Diffstat (limited to 'vcl/source/uitest')
-rw-r--r--vcl/source/uitest/logger.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/uitest/logger.cxx b/vcl/source/uitest/logger.cxx
index 1455c0d73d71..a7013819ee35 100644
--- a/vcl/source/uitest/logger.cxx
+++ b/vcl/source/uitest/logger.cxx
@@ -291,7 +291,7 @@ void UITestLogger::logEvent(const EventDescription& rDescription)
aLogLine = "GOTO page number " + GetValueInMapWithIndex(rDescription.aParameters,0);
}
else if(rDescription.aAction=="SET"){
- aLogLine = "Set Zoom to be " + GetValueInMapWithIndex(rDescription.aParameters,0);
+ aLogLine = "Set Zoom to " + GetValueInMapWithIndex(rDescription.aParameters,0);
}
else if(rDescription.aAction=="SELECT"){
OUString to = GetValueInMapWithIndex(rDescription.aParameters,0);