summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-07 16:30:27 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-07 16:31:27 +0000
commitb298ceabb8f4edbff4fd1b08141243ad3caec3d0 (patch)
tree2866e6dabbb22e2f4441fb1071565f78bc778594
parente4af321d7b021a22b441098ee3c329ad1b1cadbd (diff)
Resolves: fdo#34920 restore FormatBlock
Reverts the accidental removal of this in cb3cd9644fdc556234f62fb80f6ecf60afedf3cf
-rw-r--r--sw/source/core/text/itradj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/itradj.cxx b/sw/source/core/text/itradj.cxx
index 4bf52283e016..43b70f10dc1b 100644
--- a/sw/source/core/text/itradj.cxx
+++ b/sw/source/core/text/itradj.cxx
@@ -729,7 +729,7 @@ void SwTxtAdjuster::CalcAdjLine( SwLineLayout *pCurrent )
}
case SVX_ADJUST_BLOCK:
{
- // disabled for #i13507#
+ FormatBlock();
break;
}
default : return;