]> git.lyx.org Git - lyx.git/blobdiff - src/exporter.C
remove noload/don't typeset
[lyx.git] / src / exporter.C
index 898d6301a9d66f113843588d2abf507a2733bce6..c82a0aa9b8d63d2f4da421594ff85b5501818bbe 100644 (file)
@@ -39,7 +39,7 @@ bool Exporter::Export(Buffer * buffer, string const & format,
        if (bv) {
                // Remove all error insets
                if (bv->removeAutoInsets()) {
-#warning repaint() or update() or nothing ? 
+#warning repaint() or update() or nothing ?
                        bv->repaint();
                        bv->fitCursor();
                }