diff options
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/java/Spreadsheet/EuroAdaption.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Spreadsheet/EuroAdaption.java b/odk/examples/java/Spreadsheet/EuroAdaption.java index f3e73d38a15c..209e772ab075 100644 --- a/odk/examples/java/Spreadsheet/EuroAdaption.java +++ b/odk/examples/java/Spreadsheet/EuroAdaption.java @@ -216,7 +216,7 @@ public class EuroAdaption { xCellProp.setPropertyValue( "NumberFormat", Integer.valueOf( iNewNumberFormat ) ); - // interate over all cells from the cellrange with an + // iterate over all cells from the cellrange with an // content and use the DM/EUR factor XCellRangesQuery xCellRangesQuery = UnoRuntime.queryInterface( XCellRangesQuery.class, xCellRange ); |