mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
* src/insets/InsetNewline.cpp:
- revert accidental commit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26228 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
fb12b282f1
commit
c0ff4f48e5
@ -13,7 +13,6 @@
|
||||
|
||||
#include "InsetNewline.h"
|
||||
|
||||
#include "Buffer.h"
|
||||
#include "Dimension.h"
|
||||
#include "FuncRequest.h"
|
||||
#include "FuncStatus.h"
|
||||
@ -143,8 +142,6 @@ ColorCode InsetNewline::ColorName() const
|
||||
|
||||
int InsetNewline::latex(odocstream & os, OutputParams const &) const
|
||||
{
|
||||
LYXERR0("Code: " << buffer().inset().lyxCode());
|
||||
|
||||
switch (params_.kind) {
|
||||
case InsetNewlineParams::NEWLINE:
|
||||
os << "\\\\\n";
|
||||
|
Loading…
Reference in New Issue
Block a user