]> 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 9de84bf057361b1fdfc5964afb08a18ddc2cc429..04ce3f4fbcc3a55e34a18f02ab4e9336ee523de9 100644 (file)
 
 #include "insets/InsetCode.h"
 
-#include "support/docstring.h"
-// FIXME: would be nice to forward declare odocstream instead of
-// including this:
-#include "support/docstream.h"
+#include "support/strfwd.h"
+#include "support/types.h"
 
 namespace lyx {
 
@@ -352,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