[Libreoffice-commits] .: sw/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Mar 7 08:31:33 PST 2011
sw/source/core/text/itradj.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a4b72ea35f91f6e0f0c52eb35dee1cf93dc5ec21
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Mar 7 16:30:27 2011 +0000
Resolves: fdo#34920 restore FormatBlock
Reverts the accidental removal of this in
cb3cd9644fdc556234f62fb80f6ecf60afedf3cf
diff --git a/sw/source/core/text/itradj.cxx b/sw/source/core/text/itradj.cxx
index e746734..af03c4f 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;
More information about the Libreoffice-commits
mailing list