]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
EmbeddedObjects.lyx, Math.lyx, UserGuide.lyx: Spanish translation updates by Ignacio
[lyx.git] / src / rowpainter.h
index e7f21f0be3e267a56bca7b864829a2a8bf307aab..5972833f9bca2e8e80adab370fbc685f22a61e01 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author various
  * \author John Levon
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -63,13 +63,13 @@ private:
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos);
        void paintInset(Inset const * inset, pos_type const pos);
-       void paintInlineCompletion(pos_type & vpos, Font const & font);
+       void paintInlineCompletion(Font const & font);
        
        /// return left margin
        int leftMargin() const;
 
        /// return the label font for this row
-       FontInfo const getLabelFont() const;
+       FontInfo labelFont() const;
 
        /// contains painting related information.
        PainterInfo & pi_;
@@ -100,9 +100,6 @@ private:
        int const yo_;    // current baseline
        double x_;
        int width_;
-
-       // -1 if the inline completion is not in this paragraph.
-       pos_type inlineCompletionVPos_;
 };
 
 } // namespace lyx