summaryrefslogtreecommitdiff
path: root/filter/source/svg/units.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/units.cxx')
-rw-r--r--filter/source/svg/units.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/units.cxx b/filter/source/svg/units.cxx
index dd1a31e36f65..60a094a38711 100644
--- a/filter/source/svg/units.cxx
+++ b/filter/source/svg/units.cxx
@@ -82,7 +82,7 @@ double convLength( const OUString& value, SvgUnit unit, const State& rState, cha
fRet *= fBoxLen/100.0;
}
break;
- default: OSL_TRACE( "Unknown length type" ); break;
+ default: SAL_WARN("filter.svg", "Unknown length type" ); break;
}
return fRet;