diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-28 18:26:26 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-29 07:54:23 +0200 |
commit | da8aa9ea1521a0c02e97299b58990721467fc126 (patch) | |
tree | 928565499ea6349f8b3db760e445bb80065313d9 /sfx2 | |
parent | ffd7e06be3a05a7912dc4fc507e03865a01c894c (diff) |
also log the paramter passed as string arguments
Change-Id: Id4ebdf875b8ae02b786fd703d2559594acb8b4be
Reviewed-on: https://gerrit.libreoffice.org/37081
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sfx2')
-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 17a4e5d3c736..6f56aa1e1580 100644 --- a/sfx2/source/control/unoctitm.cxx +++ b/sfx2/source/control/unoctitm.cxx @@ -609,7 +609,7 @@ void collectUIInformation(const util::URL& rURL, const uno::Sequence<beans::Prop if (!pFile) return; - UITestLogger::getInstance().logCommand(rURL.Protocol + rURL.Path); + UITestLogger::getInstance().logCommand(rURL.Complete); } } |