summaryrefslogtreecommitdiff
path: root/cui/source/options/optlingu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optlingu.cxx')
-rw-r--r--cui/source/options/optlingu.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index 41c142222b15..814d5d8f8967 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -2122,7 +2122,7 @@ void SvxEditModulesDlg::LangSelectHdl_Impl(ListBox* pBox)
const bool bHasLang = rTable.count( eCurLanguage );
if (!bHasLang)
{
- DBG_WARNING( "language entry missing" ); // only relevant if all languages found should be supported
+ SAL_INFO( "cui.dialogs", "language entry missing" ); // only relevant if all languages found should be supported
}
const bool bCheck = bHasLang && lcl_SeqGetEntryPos( rTable[ eCurLanguage ], aImplName ) >= 0;
lcl_SetCheckButton( pNewEntry, bCheck );
@@ -2166,7 +2166,7 @@ void SvxEditModulesDlg::LangSelectHdl_Impl(ListBox* pBox)
const bool bHasLang = rTable.count( eCurLanguage );
if (!bHasLang)
{
- DBG_WARNING( "language entry missing" ); // only relevant if all languages found should be supported
+ SAL_INFO( "cui.dialogs", "language entry missing" ); // only relevant if all languages found should be supported
}
const bool bCheck = bHasLang && lcl_SeqGetEntryPos( rTable[ eCurLanguage ], aImplName ) >= 0;
lcl_SetCheckButton( pNewEntry, bCheck );
@@ -2210,7 +2210,7 @@ void SvxEditModulesDlg::LangSelectHdl_Impl(ListBox* pBox)
const bool bHasLang = rTable.count( eCurLanguage );
if (!bHasLang)
{
- DBG_WARNING( "language entry missing" ); // only relevant if all languages found should be supported
+ SAL_INFO( "cui.dialogs", "language entry missing" ); // only relevant if all languages found should be supported
}
const bool bCheck = bHasLang && lcl_SeqGetEntryPos( rTable[ eCurLanguage ], aImplName ) >= 0;
lcl_SetCheckButton( pNewEntry, bCheck );
@@ -2254,7 +2254,7 @@ void SvxEditModulesDlg::LangSelectHdl_Impl(ListBox* pBox)
const bool bHasLang = rTable.count( eCurLanguage );
if (!bHasLang)
{
- DBG_WARNING( "language entry missing" ); // only relevant if all languages found should be supported
+ SAL_INFO( "cui.dialogs", "language entry missing" ); // only relevant if all languages found should be supported
}
const bool bCheck = bHasLang && lcl_SeqGetEntryPos( rTable[ eCurLanguage ], aImplName ) >= 0;
lcl_SetCheckButton( pNewEntry, bCheck );