summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-02-16 12:47:53 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2022-02-16 20:33:02 +0100
commit8f24e1a32f55ed179594c9fb50ca33a85608db7b (patch)
treec85803cb222008007ce6684838123f23ef4eb794 /sw
parentdde88196360f489efb1170863f5d06e8405d37fe (diff)
sw: convert an OSL_FAIL to SAL_INFO
Change-Id: I1ff4c56b52716822dd04cb0e07347a19a2122a4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130031 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/frmform.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index 537c87be458b..66916d7e8c61 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -573,7 +573,8 @@ void SwTextFrame::AdjustFollow_( SwTextFormatter &rLine,
{
if( GetFollow()->IsLocked() )
{
- OSL_FAIL( "+SwTextFrame::JoinFrame: Follow is locked." );
+ // this can happen when follow calls pMaster->GetFormatted()
+ SAL_INFO("sw.core", "+SwTextFrame::JoinFrame: Follow is locked." );
return;
}
if (GetFollow()->IsDeleteForbidden())