]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Initialize nextraw_. The first character of the outputted html file was represented...
[lyx.git] / src / Buffer.cpp
index 9db7c6997f46976c38ca8f6e2362c332534c8663..4968d3cfc33f0367e91c76f40644eca403b0ceba 100644 (file)
@@ -1763,7 +1763,6 @@ void Buffer::dispatch(FuncRequest const & func, DispatchResult & dr)
                        lyx::dispatch(FuncRequest(LFUN_DIALOG_SHOW, "sendto"));
                        break;
                }
-               doExport(argument, false);
                bool success = doExport(argument, false);
                dr.setError(success);
                if (!success)