diff --git a/Excel/model/DrawingObjects/Format/DocumentContent.js b/Excel/model/DrawingObjects/Format/DocumentContent.js
index 5bcabe55aa6bbd7f5b0a210bdc24fc1bff80b5ad..3fc615d66a3f1bae7101fa833f28a9e1cde1646e 100644
--- a/Excel/model/DrawingObjects/Format/DocumentContent.js
+++ b/Excel/model/DrawingObjects/Format/DocumentContent.js
@@ -60,7 +60,7 @@ var c_oAscTableSelectionType =
     Row    : 1,
     Column : 2,
     Table  : 3
-}
+};
 
 var linerule_AtLeast = 0;
 var linerule_Auto    = 1;
diff --git a/Excel/model/DrawingObjects/Format/FontClassification.js b/Excel/model/DrawingObjects/Format/FontClassification.js
index be52c5f9777b561f2a9df2e3f3390a7edf750d44..80f97ae1ef08d195d2f6aa59066c5b32f7e7b909 100644
--- a/Excel/model/DrawingObjects/Format/FontClassification.js
+++ b/Excel/model/DrawingObjects/Format/FontClassification.js
@@ -879,7 +879,7 @@ var lcid_haLatn = 0x7c68; // Hausa, Latin
         }
     }
 
-    window["CDetectFontUse"] = CDetectFontUse;
+    window.CDetectFontUse = CDetectFontUse;
 })(window.document);
 
 var g_font_detector = new window.CDetectFontUse();
diff --git a/Excel/model/DrawingObjects/Format/Paragraph.js b/Excel/model/DrawingObjects/Format/Paragraph.js
index d0e154751099f623da0a98351cd46b4fde60b6ea..833390521d85c1fc6b7bd8ed87413e20c5569455 100644
--- a/Excel/model/DrawingObjects/Format/Paragraph.js
+++ b/Excel/model/DrawingObjects/Format/Paragraph.js
@@ -12402,7 +12402,7 @@ CParaLineMetrics.prototype =
         }
         return LineGap;
     }
-}
+};
 
 function CParaLine(StartPos)
 {