]> git.lyx.org Git - lyx.git/blobdiff - src/output_linuxdoc.C
GTK graphics dialog: Default to scaling 100% when no scaling or size is given
[lyx.git] / src / output_linuxdoc.C
index 72cc66a88b7941732617c3e374999c589b4c9994..7db9ab81cba3238d03cb6bef0d1fccd94fc58b27 100644 (file)
@@ -74,9 +74,10 @@ void linuxdocParagraphs(Buffer const & buf,
                        break;
 
                case LATEX_COMMAND:
+#if 0
                        if (depth != 0)
-                               //error(ErrorItem(_("Error:"), _("Wrong depth for LatexType Command.\n"), pit->id(), 0, pit->size()));
-                               ;
+                               error(ErrorItem(_("Error:"), _("Wrong depth for LatexType Command.\n"), pit->id(), 0, pit->size()));
+#endif
 
                        if (!environment_stack[depth].empty()) {
                                sgml::closeTag(os, environment_stack[depth]);