]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Fix a crash when closing tabs
[lyx.git] / src / Paragraph.h
index 4812684c3de1788be93ac205ca954ee73c4a2f95..c67a507397c671273c093396efbc46cda04124e1 100644 (file)
@@ -123,7 +123,8 @@ enum AsStringParameter
        AS_STR_INSETS = 2, ///< Go into insets.
        AS_STR_NEWLINES = 4, ///< Get also newline characters.
        AS_STR_SKIPDELETE = 8, ///< Skip deleted text in change tracking.
-       AS_STR_PLAINTEXT = 16 ///< Don't export formatting when descending into insets.
+       AS_STR_PLAINTEXT = 16, ///< Don't export formatting when descending into insets.
+       AS_STR_MATHED = 32 ///< Use a format suitable for mathed (eg. for InsetRef).
 };