]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
Introducing a number of tags parametrizing various
[features.git] / src / lyxtext.h
index 8af10531b39349b7e1f1b68a1c9a0469ccc21d3d..ba8329128fc57ca9e891c991864d371e0bbe282d 100644 (file)
@@ -18,6 +18,7 @@
 #include "Bidi.h"
 #include "layout.h"
 #include "lyxfont.h"
+#include "lyxtextclass.h"
 #include "ParagraphList_fwd.h"
 #include "RowList_fwd.h"
 #include "textcursor.h"
@@ -478,4 +479,8 @@ private:
 /// return the default height of a row in pixels, considering font zoom
 extern int defaultRowHeight();
 
+///
+std::string expandLabel(LyXTextClass const & textclass,
+               LyXLayout_ptr const & layout, bool appendix);
+
 #endif // LYXTEXT_H