diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-16 19:34:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-17 23:27:42 +0100 |
commit | 28c9559f64d1d4ff2d0e58d8ecac621e8c7dee90 (patch) | |
tree | 964a1821b952373dfd38481a06fa4eb30c017993 /svx/source/dialog/dlgutil.cxx | |
parent | 6cd5f6f506e148afdf192b4627ecd89330cf346c (diff) |
Replaced SAL_INFO with SAL_WARN were applicable.
Diffstat (limited to 'svx/source/dialog/dlgutil.cxx')
-rw-r--r-- | svx/source/dialog/dlgutil.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dlgutil.cxx b/svx/source/dialog/dlgutil.cxx index 8e14e6ecb214..eda55faad8bb 100644 --- a/svx/source/dialog/dlgutil.cxx +++ b/svx/source/dialog/dlgutil.cxx @@ -79,7 +79,7 @@ bool GetApplyCharUnit( const SfxItemSet& rSet ) } else { - SAL_INFO( "svx", "GetApplyCharUnit(): no module found" ); + SAL_WARN( "svx.dialog", "GetApplyCharUnit(): no module found" ); } } } |