diff options
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 dcb2b930a9a7..8e14e6ecb214 100644 --- a/svx/source/dialog/dlgutil.cxx +++ b/svx/source/dialog/dlgutil.cxx @@ -79,7 +79,7 @@ bool GetApplyCharUnit( const SfxItemSet& rSet ) } else { - DBG_ERRORFILE( "GetApplyCharUnit(): no module found" ); + SAL_INFO( "svx", "GetApplyCharUnit(): no module found" ); } } } |