]> git.lyx.org Git - features.git/blobdiff - src/insets/insetquotes.C
read the ChangeLog... no huge changes .. but some might get reversed...
[features.git] / src / insets / insetquotes.C
index de2790db471288ad13ea977a94d9585fe1bb50c4..0e731c4c960c1a83be630816923682c859213d23 100644 (file)
@@ -81,7 +81,10 @@ InsetQuotes::InsetQuotes(char c, BufferParams const & params)
        switch(c) {
        case ' ': case '(': case '{': case '[': case '-': case ':':
        case LyXParagraph::META_HFILL:
+#warning think about this
+#if 0
        case LyXParagraph::META_PROTECTED_SEPARATOR:
+#endif
        case LyXParagraph::META_NEWLINE: 
                side = InsetQuotes::LeftQ;   // left quote 
                break;