]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.h
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetSpecialChar.h
index fc11ce7dd0f7e38c37824dc8bb00dc48168984ea..08c6dcc344c639b7d852cb7897d09fb7ea29e372 100644 (file)
@@ -38,6 +38,10 @@ public:
                END_OF_SENTENCE,
                /// Menu separator
                MENU_SEPARATOR,
+               /// breakable slash
+               SLASH,
+               /// protected dash
+               NOBREAKDASH,
        };
 
        ///
@@ -68,7 +72,7 @@ public:
        virtual int textString(Buffer const &, odocstream &,
                OutputParams const &) const;
        ///
-       Inset::Code lyxCode() const { return Inset::SPECIALCHAR_CODE; }
+       InsetCode lyxCode() const { return SPECIALCHAR_CODE; }
        /// We don't need \begin_inset and \end_inset
        bool directWrite() const { return true; }
        ///