]> git.lyx.org Git - lyx.git/blobdiff - src/Compare.cpp
GuiTabular.cpp: don't hardcode decimal align combobox item
[lyx.git] / src / Compare.cpp
index 32f404736c20e20a0ab92e0b2903acb4efe1aff0..cd54e43bb4b938274276bd539b933af031e507c3 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "BufferParams.h"
 #include "Changes.h"
+#include "Font.h"
 
 #include "insets/InsetText.h"
 
@@ -271,7 +272,7 @@ private:
        /// around the middle snake.
        void diff_i(DocRangePair const & rp);
 
-       /// Processes the splitted chunks. It either adds them as deleted,
+       /// Processes the split chunks. It either adds them as deleted,
        /// as added, or call diff_i for further processing.
        void diffPart(DocRangePair const & rp);