[Libreoffice-commits] core.git: Branch 'feature/gsoc14-draw-chained-text-boxes' - svx/source

matteocam matteo.campanelli at gmail.com
Wed Jul 1 11:49:51 PDT 2015


 svx/source/svdraw/textchainflow.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5d68528d27dae37edf7541bd066a38be28a59a5
Author: matteocam <matteo.campanelli at gmail.com>
Date:   Wed Jul 1 14:49:11 2015 -0400

    No more rough setting of outliner attribs in EditingTextChainFlow
    
    Change-Id: I4c84699f383bb44981fa3ef23e334ed434900834

diff --git a/svx/source/svdraw/textchainflow.cxx b/svx/source/svdraw/textchainflow.cxx
index 036327c..1e63cc7 100644
--- a/svx/source/svdraw/textchainflow.cxx
+++ b/svx/source/svdraw/textchainflow.cxx
@@ -259,7 +259,7 @@ void EditingTextChainFlow::impSetFlowOutlinerParams(SdrOutliner *pFlowOutl, SdrO
     pFlowOutl->SetPaperSize(pParamOutl->GetPaperSize());
 
     // Set right text attributes // XXX: Not enough: it does not handle complex attributes
-    pFlowOutl->SetEditTextObjectPool(pParamOutl->GetEditTextObjectPool());
+    //pFlowOutl->SetEditTextObjectPool(pParamOutl->GetEditTextObjectPool());
 }
 
 /*


More information about the Libreoffice-commits mailing list