]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Transfer current_font and real_current_font from Text to Cursor.
[lyx.git] / src / Paragraph.h
index cd43609321fd53d04be1bf0a1bf11b01fb2946c8..21a96719c91dce868fd5aef264a9744e7caf166e 100644 (file)
 #define PARAGRAPH_H
 
 #include "Changes.h"
-#include "Dimension.h"
 #include "InsetList.h"
 #include "lyxlayout_ptr_fwd.h"
-#include "Row.h"
 
 #include "insets/Inset.h" // only for Inset::Code
 
@@ -356,8 +354,6 @@ public:
        ParagraphParameters & params();
        ///
        ParagraphParameters const & params() const;
-       ///
-       bool hfillExpansion(Row const & row, pos_type pos) const;
 
        /// Check if we are in a Biblio environment and insert or
        /// delete InsetBibitems as necessary.