summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-09 15:48:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-11 18:56:16 +0000
commit4ef9ccea6c4aa79cdc57dea52b47775c346696ec (patch)
treead3b4dd30484436c595990bd8994f94477b9492b /svtools/source/misc
parent4282ea67c2e90222f141df8213b06dfed09d4c85 (diff)
OSL_TRACE -> SAL in sfx2..svx
Change-Id: I78cf8058a5682baa3d7b00a25feeb2d28fb3e66e Reviewed-on: https://gerrit.libreoffice.org/31799 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/filechangedchecker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/filechangedchecker.cxx b/svtools/source/misc/filechangedchecker.cxx
index c2ac214ebb47..e0ebfd6d10ff 100644
--- a/svtools/source/misc/filechangedchecker.cxx
+++ b/svtools/source/misc/filechangedchecker.cxx
@@ -79,10 +79,10 @@ bool FileChangedChecker::hasFileChanged()
IMPL_LINK_NOARG(FileChangedChecker, TimerHandler, Idle *, void)
{
// If the file has changed, then update the graphic in the doc
- OSL_TRACE("Timeout Called");
+ SAL_INFO("svtools", "Timeout Called");
if(hasFileChanged())
{
- OSL_TRACE("File modified");
+ SAL_INFO("svtools", "File modified");
mpCallback();
}