]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / paragraph.h
index d97b8c62a42ab75be979b704d4e402384a6adcbc..3662fee3e5a760e998e22ff6aa9e90c1af35f0ea 100644 (file)
@@ -334,6 +334,8 @@ public:
 #endif
        ///
        bool sgmlConvertChar(char c, string & sgml_string);
+       ///
+       bool isFreeSpacing() const;
 
        ParagraphParameters & params();
        ParagraphParameters const & params() const;