BufferParams.cpp: fix typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34710 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2010-06-26 17:03:47 +00:00
parent 3e2ca552af
commit cacad71fa2

View File

@ -1553,7 +1553,7 @@ bool BufferParams::writeLaTeX(odocstream & os, LaTeXFeatures & features,
os << '[' << g_options << ']';
os << "{geometry}\n";
texrow.newline();
// output this if only use_geometry is true
// output this only if use_geometry is true
if (use_geometry) {
os << "\\geometry{verbose";
if (!topmargin.empty())