]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.h
Translate labels for float:algorithm, float:figure and float:table.
[lyx.git] / src / insets / insetindex.h
index 36707af81ddd48e8ac523e0b133b5a3c06d70e04..ec68765ac03b271b0fe11414cd76c3312274cbdd 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /* This file is part of*
- * ====================================================== 
+ * ======================================================
  *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1995 Matthias Ettrich
  *          Copyright 1996-2001 the LyX Team.
- * 
+ *
  * ====================================================== */
 
 #ifndef INSET_INDEX_H
@@ -20,7 +20,7 @@
 
 struct LaTeXFeatures;
 
-/** Used to insert index labels  
+/** Used to insert index labels
   */
 class InsetIndex : public InsetCommand {
 public:
@@ -40,6 +40,8 @@ public:
        void edit(BufferView * bv, bool front = true);
        ///
        Inset::Code lyxCode() const;
+       ///
+       int docbook(Buffer const *, std::ostream &) const;
 };