summaryrefslogtreecommitdiff
path: root/linguistic/source/convdic.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/convdic.cxx')
-rw-r--r--linguistic/source/convdic.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx
index 9b2597910425..d955c4c29a63 100644
--- a/linguistic/source/convdic.cxx
+++ b/linguistic/source/convdic.cxx
@@ -85,7 +85,7 @@ void ReadThroughDic( const OUString &rMainURL, ConvDicXMLImport &rImport )
}
catch (const uno::Exception &)
{
- DBG_ASSERT( false, "failed to get input stream" );
+ SAL_WARN( "linguistic", "failed to get input stream" );
}
if (!xIn.is())
return;
@@ -245,7 +245,7 @@ void ConvDic::Save()
}
catch (const uno::Exception &)
{
- DBG_ASSERT( false, "failed to get input stream" );
+ SAL_WARN( "linguistic", "failed to get input stream" );
}
if (!xStream.is())
return;