]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
Revert this change as it sneaked in and wasn't discussed yet.
[lyx.git] / src / insets / insetlabel.h
index 8fbfeeaa5a15f58d25bc7eb8e9e9c86f4aa28d5a..bdd77f4e9c433f605a7c935bc4e4651b92aa6d44 100644 (file)
@@ -3,7 +3,7 @@
  * ======================================================
  *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team
  *
@@ -40,13 +40,13 @@ public:
        std::vector<string> const getLabelList() const;
        ///
        int latex(Buffer const *, std::ostream &,
-                 bool fragile, bool free_spc) const;
+                 bool fragile, bool free_spc) const;
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int docBook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &) const;
 };
 
 #endif