]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
* There are cases where updateLabels is not called because no
[lyx.git] / src / Paragraph.h
index 81a77288a8073a1ab0f163fd4b10c459f1edc43f..04ce3f4fbcc3a55e34a18f02ab4e9336ee523de9 100644 (file)
@@ -23,9 +23,6 @@
 
 #include "support/strfwd.h"
 #include "support/types.h"
-// FIXME: would be nice to forward declare odocstream instead of
-// including this:
-#include "support/docstream.h"
 
 namespace lyx {
 
@@ -353,7 +350,7 @@ public:
 
        ///
        void changeCase(BufferParams const & bparams, pos_type pos,
-               pos_type right, TextCase action);
+               pos_type right, TextCase action);
 
        /// find \param str string inside Paragraph.
        /// \return true if the specified string is at the specified position