diff options
-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); } } |