]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
* temporary fix for the crash of the pixmap cache on Mac with Qt 4.4.
[lyx.git] / src / Paragraph.h
index 87576afe1f2a31909a3df79d40777a8ac4afd00a..9d7e5f1d4c86063c990994a60f3c2c87302bdbd1 100644 (file)
@@ -78,7 +78,8 @@ enum AsStringParameter
 {
        AS_STR_NONE = 0, ///< No option, only printable characters.
        AS_STR_LABEL = 1, ///< Prefix with paragraph label.
-       AS_STR_INSETS = 2 ///< Go into insets.
+       AS_STR_INSETS = 2, ///< Go into insets.
+       AS_STR_NEWLINES = 4 ///< Get also newline characters.
 };