[libreoffice/f19] mismerge

Caolán McNamara caolanm at fedoraproject.org
Wed Feb 26 14:05:19 UTC 2014


commit d38513be5d20cfc07bb4d2d084f3d3e2539f64e8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Feb 25 14:26:14 2014 +0000

    mismerge

 ...z-1065807-rework-i66157-for-multiple-writ.patch |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/0001-Related-rhbz-1065807-rework-i66157-for-multiple-writ.patch b/0001-Related-rhbz-1065807-rework-i66157-for-multiple-writ.patch
index b21b408..bb865a3 100644
--- a/0001-Related-rhbz-1065807-rework-i66157-for-multiple-writ.patch
+++ b/0001-Related-rhbz-1065807-rework-i66157-for-multiple-writ.patch
@@ -82,7 +82,7 @@ index ff07ef3..4cf76c4 100644
      aValue <<= maTemplateDirs;
  
 +    css::uno::Reference< css::util::XPathSettings > xPathSettings =
-+        css::util::PathSettings::create( xContext );
++        css::util::PathSettings::create( mxContext );
 +
 +    // load internal paths
 +    OUString sProp( "Template_internal" );
@@ -150,9 +150,9 @@ index ff07ef3..4cf76c4 100644
              return sal_False; // it is not allowed to remove the template
      }
  
-@@ -2060,6 +2090,29 @@
-     catch ( Exception& )
-     { return sal_False; }
+@@ -1937,6 +1967,30 @@
+     }
+ }
  
 +bool SfxDocTplService_Impl::isInternalTemplateDir(const OUString& rURL) const
 +{
@@ -177,9 +177,18 @@ index ff07ef3..4cf76c4 100644
 +    }
 +    return OUString();
 +}
++
+ //-----------------------------------------------------------------------------
+ sal_Bool SfxDocTplService_Impl::addTemplate( const OUString& rGroupName,
+                                              const OUString& rTemplateName,
+@@ -2060,7 +2114,6 @@
+     catch ( Exception& )
+     { return sal_False; }
  
+-
      // either the document has title and it is the same as requested, or we have to set it
      sal_Bool bCorrectTitle = ( bDocHasTitle && aTitle.equals( rTemplateName ) );
+     if ( !bCorrectTitle )
 @@ -2129,8 +2182,7 @@
      // delete the target template
      if ( !aTargetURL.isEmpty() )


More information about the scm-commits mailing list