X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=a94ddfd56b718b989bb53b7046401066dfe14c6b;hb=ca66e175c9705045793ba3cc2ba95909e5ef5a93;hp=a58d25172711e33e2101e6422eaf513222a70fdb;hpb=7ef8df460ae85bc19ce37124702599a469beb5eb;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index a58d251727..a94ddfd56b 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -18,7 +18,6 @@ #include "DocumentClassPtr.h" #include "update_flags.h" -#include "support/shared_ptr.h" #include "support/strfwd.h" #include "support/types.h" @@ -336,7 +335,7 @@ private: /// when it is allowed to scroll below the document. int minVisiblePart(); - /// Search recursively for the the innermost inset that covers (x, y) position. + /// Search recursively for the innermost inset that covers (x, y) position. /// \retval 0 if no inset is found. Inset const * getCoveringInset( Text const & text, //< The Text where we start searching.