[Libreoffice-commits] core.git: xmerge/source

rbuj robert.buj at gmail.com
Sun Jul 27 10:12:05 PDT 2014


 xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 66566bf13f78ca5ea4abe25913035aebc134b1d3
Author: rbuj <robert.buj at gmail.com>
Date:   Sun Jul 27 11:56:23 2014 +0200

    xmerge: javadoc <p>..</p> fix
    
    Change-Id: Ie10a8ab293091c7528e915487728a97ce51e818f
    Reviewed-on: https://gerrit.libreoffice.org/10572
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java
index 8565468..6f0d96a 100644
--- a/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java
+++ b/xmerge/source/xmerge/java/org/openoffice/xmerge/DocumentDeserializerFactory.java
@@ -33,11 +33,11 @@ package org.openoffice.xmerge;
 public interface DocumentDeserializerFactory {
 
     /**
-     *  The <code>DocumentDeserializer</code> is used to convert
+     *  <p>The <code>DocumentDeserializer</code> is used to convert
      *  from the "Device" <code>Document</code> format to
      *  the "Office" <code>Document</code> format.</p>
      *
-     *  The <code>ConvertData</code> object is passed along to the
+     *  <p>The <code>ConvertData</code> object is passed along to the
      *  created <code>DocumentDeserializer</code> via its constructor.
      *  The <code>ConvertData</code> is read and converted when the
      *  the <code>DocumentDeserializer</code> object's


More information about the Libreoffice-commits mailing list