[libreoffice] tweak patch to build

David Tardon dtardon at fedoraproject.org
Sun Jul 20 12:26:49 UTC 2014


commit 0cecb7929983324b72ea7fac2c98175fe208cc98
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Jul 20 14:26:29 2014 +0200

    tweak patch to build

 ...z-1117853-nStartPara-of-EE_PARA_NOT_FOUND.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/0001-Related-rhbz-1117853-nStartPara-of-EE_PARA_NOT_FOUND.patch b/0001-Related-rhbz-1117853-nStartPara-of-EE_PARA_NOT_FOUND.patch
index 7ed52d9..85b596d 100644
--- a/0001-Related-rhbz-1117853-nStartPara-of-EE_PARA_NOT_FOUND.patch
+++ b/0001-Related-rhbz-1117853-nStartPara-of-EE_PARA_NOT_FOUND.patch
@@ -50,7 +50,7 @@ index 03e899d..e3b4aa7 100644
  
          // if we have a title object and a text, set the text
 -        if( pTO )
-+        OutlinerParaObject* pOPO = pTO ? pOutliner->CreateParaObject(rOutliner.GetAbsPos(pPara), 1) : NULL;
++        OutlinerParaObject* pOPO = pTO ? pOutliner->CreateParaObject(pOutliner->GetAbsPos(pPara), 1) : NULL;
 +        if (pOPO)
          {
 -            pOPO = pOutliner->CreateParaObject( pOutliner->GetAbsPos( pPara ), 1 );


More information about the scm-commits mailing list