]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetminipage.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetminipage.h
index 729085375d531a32ccf3caa876e3aaf885d1f575..088c2776b5dc60d07f70411d4534103f24f22e47 100644 (file)
@@ -1,12 +1,13 @@
 // -*- C++ -*-
-/* This file is part of
- * ======================================================
+/**
+ * \file insetminipage.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Jürgen Vigna
+ * \author Lars Gullik Bjønnes
  *
- *           Copyright 2001 The LyX Team.
- *
- * ======================================================
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef InsetMinipage_H
@@ -85,6 +86,10 @@ public:
        int getMaxWidth(BufferView *, UpdatableInset const *) const;
        ///
        bool needFullRow() const { return false; }
+       /** returns true if, when outputing LaTeX, font changes should
+            be closed before generating this inset. This is needed for
+            insets that may contain several paragraphs */
+       bool noFontChange() const { return true; }
        ///
        bool showInsetDialog(BufferView *) const;
        ///