]> git.lyx.org Git - features.git/blobdiff - src/BufferView_pimpl.h
remove some unneeded version of functions from lstrings,
[features.git] / src / BufferView_pimpl.h
index bb42570883bb8de69c5ba71f4bbaea3c4c934a48..429df7b067c4e89e159ece3fec04096e6016f7dc 100644 (file)
@@ -30,7 +30,7 @@
 class LyXView;
 class WorkArea;
 class LyXScreen;
+
 ///
 struct BufferView::Pimpl : public boost::signals::trackable {
        ///
@@ -133,11 +133,12 @@ private:
         */
        Box insetDimensions(LyXText const & text, LyXCursor const & cursor) const;
        /**
-        * check if the given co-ordinates are inside an inset at the given cursor,
-        * if one exists. If so, the inset is returned, and the co-ordinates are
-        * made relative. Otherwise, 0 is returned.
+        * check if the given co-ordinates are inside an inset at the
+        * given cursor, if one exists. If so, the inset is returned,
+        * and the co-ordinates are made relative. Otherwise, 0 is returned.
         */
-       Inset * checkInset(LyXText const & text, LyXCursor const & cursor, int & x, int & y) const;
+       Inset * checkInset(LyXText const & text, LyXCursor const & cursor,
+                          int & x, int & y) const;
        ///
        friend class BufferView;
        /// open and lock an updatable inset