summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc/filechangedchecker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/filechangedchecker.cxx')
-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 6a3d04107420..38fc78a3352d 100644
--- a/svtools/source/misc/filechangedchecker.cxx
+++ b/svtools/source/misc/filechangedchecker.cxx
@@ -100,10 +100,10 @@ bool FileChangedChecker::hasFileChanged()
IMPL_LINK(FileChangedChecker, TimerHandler, Timer *, EMPTYARG)
{
// If the file has changed, then update the graphic in the doc
- OSL_TRACE("Timeout Called \n");
+ OSL_TRACE("Timeout Called");
if(hasFileChanged())
{
- OSL_TRACE("File modified \n");
+ OSL_TRACE("File modified");
mpCallback();
}