sfx2/source/control/unoctitm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit da8aa9ea1521a0c02e97299b58990721467fc126 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Fri Apr 28 18:26:26 2017 +0200 also log the paramter passed as string arguments Change-Id: Id4ebdf875b8ae02b786fd703d2559594acb8b4be Reviewed-on: https://gerrit.libreoffice.org/37081 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> 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); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits