]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetcaption.h
index b97789eb52d729c92a0bd800ed9108e963333bc8..4cb776312fbf8aba36671a5233bfd67f41ceb672 100644 (file)
@@ -1,15 +1,14 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
- * 
- *           LyX, The Document Processor
+/**
+ * \file insetcaption.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           Copyright 2000-2001 The LyX Team.
+ * \author Lars Gullik Bjønnes
  *
- *======================================================
+ * Full author contact details are available in file CREDITS
  */
 
-
 #ifndef INSETCAPTION_H
 #define INSETCAPTION_H
 
@@ -54,7 +53,7 @@ public:
        int ascii(Buffer const * buf, std::ostream & os, int linelen) const;
        ///
        virtual
-       int docbook(Buffer const * buf, std::ostream & os) const;
+       int docbook(Buffer const * buf, std::ostream & os, bool mixcont) const;
 protected:
 private:
 };
@@ -68,14 +67,14 @@ bool InsetCaption::display() const
 
 
 inline
-bool InsetCaption::needFullRow() const 
+bool InsetCaption::needFullRow() const
 {
        return true;
 }
 
 
 inline
-Inset::Code InsetCaption::lyxCode() const 
+Inset::Code InsetCaption::lyxCode() const
 {
        return CAPTION_CODE;
 }