]> git.lyx.org Git - lyx.git/blobdiff - src/Bullet.h
Rename BufferView::updateScrollbar to show what does
[lyx.git] / src / Bullet.h
index bc9f837343f0e455994efd902b12b3d9afc70563..5fd2d2cf8b711d95aa8806a465b5a100b867639f 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Allan Rae
  *
  * Full author contact details are available in file CREDITS.
@@ -47,6 +47,8 @@ public:
        Bullet & operator=(Bullet const &);
        ///
        friend bool operator==(Bullet const &, Bullet const &);
+       ///
+       static docstring const bulletEntry(int, int);
 protected:
        ///
        void testInvariant() const;
@@ -74,8 +76,6 @@ private:
        void generateText() const;
        ///
        static docstring const bulletSize(int);
-       ///
-       static docstring const bulletEntry(int, int);
 
        ///
        int font;