]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.C
move some selection related stuff over to textcursor.C
[lyx.git] / src / paragraph_pimpl.C
index 912538e72df177cbfbd221e84a672fd10dc0760e..75eb764983061a905a2c1af73cdc580608f7e0ae 100644 (file)
@@ -429,8 +429,7 @@ void Paragraph::Pimpl::simpleTeXBlanks(ostream & os, TexRow & texrow,
            && getChar(i - 1) != ' '
            && (i < size() - 1)
            // same in FreeSpacing mode
-           && !style.free_spacing
-               && !owner_->isFreeSpacing()
+           && !owner_->isFreeSpacing()
            // In typewriter mode, we want to avoid
            // ! . ? : at the end of a line
            && !(font.family() == LyXFont::TYPEWRITER_FAMILY