diff --git a/src/documentation/content/xdocs/spreadsheet/converting.xml b/src/documentation/content/xdocs/spreadsheet/converting.xml
index 2cb8d001e3..b9fcdcd0d6 100644
--- a/src/documentation/content/xdocs/spreadsheet/converting.xml
+++ b/src/documentation/content/xdocs/spreadsheet/converting.xml
@@ -21,7 +21,7 @@
Annoyingly, java will not let you access a static inner class via a child of the parent one. So, all references to org.apache.poi.hssf.usermodel.HSSFRow.MissingCellPolicy @@ -48,8 +48,8 @@ org.apache.poi.ss.usermodel.Row.MissingCellPolicy
If you have existing HSSF usermodel code that works just @@ -86,9 +86,9 @@ otherwise remain the same, and it should all then work for both XSSF and HSSF.