commit d48bc4e4ae8352a6c4856db936d8da14f18e5026
Author: Enrico Forestieri <for...@lyx.org>
Date:   Wed Oct 19 01:32:29 2016 +0200

    Remove a now unnecessary \mbox
---
 src/Changes.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Changes.cpp b/src/Changes.cpp
index c66668a..53e80f9 100644
--- a/src/Changes.cpp
+++ b/src/Changes.cpp
@@ -459,7 +459,7 @@ int Changes::latexMarkChange(otexstream & os, BufferParams 
const & bparams,
                if (os.afterParbreak())
                        str += from_ascii("\\\\\\noindent\n");
                else
-                       str += from_ascii("\\\\\\mbox{}\\\\\n");
+                       str += from_ascii("\\\\\\\\\n");
        }
 
        os << str;

Reply via email to