aboutsummaryrefslogtreecommitdiffstats
path: root/poi-examples
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-11-16 00:41:07 +0000
committerPJ Fanning <fanningpj@apache.org>2021-11-16 00:41:07 +0000
commitc9ca793c44d93165196037c787d3fef11e899a83 (patch)
treef9d2b9a9d74afe1b3557c384f937e05156ae921e /poi-examples
parent9d765c755cd25e54c1e2b99ddb13a99861d9ceb8 (diff)
downloadpoi-c9ca793c44d93165196037c787d3fef11e899a83.tar.gz
poi-c9ca793c44d93165196037c787d3fef11e899a83.zip
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895078 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-examples')
-rw-r--r--poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java b/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java
index e63c4f8a3c..35ad3b7508 100644
--- a/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java
+++ b/poi-examples/src/main/java/org/apache/poi/examples/ss/AddDimensionedImage.java
@@ -223,7 +223,7 @@ public class AddDimensionedImage {
public static final int OVERLAY_ROW_AND_COLUMN = 7;
// Modified to support EMU - English Metric Units - used within the OOXML
- // workbooks, this multoplier is used to convert between measurements in
+ // workbooks, this multiplier is used to convert between measurements in
// millimetres and in EMUs
private static final int EMU_PER_MM = 36000;
@@ -234,7 +234,7 @@ public class AddDimensionedImage {
* top left hand corner should be aligned with the top
* left hand corner of the image; for example "A1", "A2"
* etc. This is to support the familiar Excel syntax.
- * Whilst images are are not actually inserted into cells
+ * Whilst images are not actually inserted into cells
* this provides a convenient method of indicating where
* the image should be positioned on the sheet.
* @param sheet A reference to the sheet that contains the cell referenced