diff options
author | Ahmed ElShreif <aelshreif7@gmail.com> | 2019-06-10 01:20:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2019-08-19 22:56:36 +0800 |
commit | 9b35efe4be55cb30da8c9fcd962e546e7e4e5f86 (patch) | |
tree | fb331dc363ceb006f77badeec0f9a21f999cb43a /sfx2/source/control | |
parent | 594bf9e60a69184fdfaa3b9a0ac4206a2a793576 (diff) |
uitest: Rewrite all the logger statements with the new grammar syntax
Finished parts from old logger:
1) UNOCommands
2) StarterCommands
3) UIObjectCommand
4) DialogCommand
5) SpecialCommand
Change-Id: Ia521efef0abe1a351b9a4fcabaab6dbf20e8fc89
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/unoctitm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx index 6908f64aaa61..0a50a39735eb 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -601,7 +601,7 @@ void collectUIInformation(const util::URL& rURL, const css::uno::Sequence< css:: if (!pFile) return; - UITestLogger::getInstance().logCommand("CommandSent Name:" + rURL.Complete, rArgs); + UITestLogger::getInstance().logCommand("Send UNO Command (\"" + rURL.Complete + "\") ", rArgs); } } |