[Libreoffice-commits] core.git: sfx2/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Apr 29 05:54:54 UTC 2017
sfx2/source/control/unoctitm.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit da8aa9ea1521a0c02e97299b58990721467fc126
Author: Markus Mohrhard <markus.mohrhard at 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 <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at 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);
}
}
More information about the Libreoffice-commits
mailing list