Fix typos
Change-Id: I8ab75eb5cd54d14fda42bcdb1a251e9e2b6fefdf Reviewed-on: https://gerrit.libreoffice.org/77612 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
3681229b12
commit
f8cb50799e
@@ -2375,7 +2375,7 @@ void SwXMLTableContext::MakeTable_( SwTableBox *pBox )
|
||||
// All column that have absolute widths get relative widths;
|
||||
// these widths relate to each over like the original absolute
|
||||
// widths. The smallest column gets a width that has the same
|
||||
// value as the smallest column that has an relative width
|
||||
// value as the smallest column that has a relative width
|
||||
// already.
|
||||
if( 0 == nMinRelColWidth )
|
||||
nMinRelColWidth = nMinAbsColWidth;
|
||||
|
@@ -58,7 +58,7 @@ typedef sal_uInt32 Id;
|
||||
namespace writerfilter {
|
||||
|
||||
/**
|
||||
Reference to an resource that generates events and sends them to a
|
||||
Reference to a resource that generates events and sends them to a
|
||||
handler.
|
||||
|
||||
The reference can be resolved, i.e. the resource generates its
|
||||
|
@@ -33,7 +33,7 @@ package org.openoffice.xmerge;
|
||||
* utilizes to know how the "Office" {@code Document} tags are
|
||||
* supported in the "Device" format.</p>
|
||||
*
|
||||
* <p>The {@code DocumentMerger} object is created by a the
|
||||
* <p>The {@code DocumentMerger} object is created by the
|
||||
* {@code DocumentMergerFactory} {@link
|
||||
* org.openoffice.xmerge.DocumentMergerFactory#createDocumentMerger
|
||||
* createDocumenMerger} method. When it is constructed, the "Original
|
||||
@@ -71,4 +71,4 @@ public interface DocumentMerger {
|
||||
* @throws MergeException If any merge error occurs.
|
||||
*/
|
||||
void merge(Document modifiedDoc) throws MergeException;
|
||||
}
|
||||
}
|
||||
|
@@ -25,10 +25,10 @@ import java.io.IOException;
|
||||
* "Office" {@code Document} to a "Device" {@code Document}
|
||||
* format.
|
||||
*
|
||||
* <p>The {@code DocumentSerializer} object is created by a the
|
||||
* <p>The {@code DocumentSerializer} object is created by the
|
||||
* {@code PluginFactory} {@link
|
||||
* org.openoffice.xmerge.DocumentSerializerFactory#createDocumentSerializer
|
||||
* createDocumentSerializer} method. When it is constructed, a
|
||||
* createDocumentSerializer} method. When it is constructed, an
|
||||
* "Office" {@code Document} object is passed in to be used as input.
|
||||
* </p>
|
||||
*
|
||||
@@ -51,4 +51,4 @@ public interface DocumentSerializer {
|
||||
* @throws IOException If any I/O error occurs.
|
||||
*/
|
||||
ConvertData serialize() throws ConvertException, IOException;
|
||||
}
|
||||
}
|
||||
|
@@ -123,7 +123,7 @@ namespace xmloff
|
||||
|
||||
/** determine if the element imported by the object had a given attribute.
|
||||
<p>Please be aware of the fact that the name given must be a local name, i.e. not contain a namespace.
|
||||
All form relevant attributes are in the same namespace, so this would be an redundant information.</p>
|
||||
All form relevant attributes are in the same namespace, so this would be a redundant information.</p>
|
||||
*/
|
||||
bool encounteredAttribute(const OUString& _rAttributeName) const;
|
||||
|
||||
|
Reference in New Issue
Block a user