]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / Paragraph.h
index c8f1373a976f333791700e108c0b6fa32833fc49..ef94352f37a356c48177045f74f0e34aa9daaa5a 100644 (file)
@@ -22,6 +22,7 @@
 #include "support/strfwd.h"
 #include "support/types.h"
 
+#include "insets/InsetCode.h"
 #include "insets/InsetLayout.h"
 
 #include <set>
@@ -533,6 +534,9 @@ private:
        void collectWords();
        ///
        void registerWords();
+       ///
+       int getInsetPos(InsetCode const code, int startpos,
+                       bool ignore_deleted=false) const;
 
        /// Pimpl away stuff
        class Private;