summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/fusel.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-12 13:33:14 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-13 06:07:57 +0000
commit81f2a9f46451492d4d879573bc9ac7f2e44abedb (patch)
tree5090a809dec7d368a376881202417eaee550bfc6 /sc/source/ui/drawfunc/fusel.cxx
parentba6b35fc68a01aff72b39eb7809bacb326068668 (diff)
OSL_TRACE->SAL in sc..scripting
Change-Id: I389d8cb733a5ee24d3119a1ebac5a5b70daff04e Reviewed-on: https://gerrit.libreoffice.org/31900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/drawfunc/fusel.cxx')
-rw-r--r--sc/source/ui/drawfunc/fusel.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/fusel.cxx b/sc/source/ui/drawfunc/fusel.cxx
index 445ac52c058a..496f2df6b980 100644
--- a/sc/source/ui/drawfunc/fusel.cxx
+++ b/sc/source/ui/drawfunc/fusel.cxx
@@ -187,7 +187,6 @@ bool FuSelection::MouseButtonDown(const MouseEvent& rMEvt)
// For interoperability favour links over macros if both are defined
if ( !pInfo->GetHlink().isEmpty() )
{
- OSL_TRACE("** Got URL");
sURL = pInfo->GetHlink();
}
else if ( !pInfo->GetMacro().isEmpty() )