]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
Micro-optimization.
[lyx.git] / src / output_latex.cpp
index a7af2199d6cd7c41331c5209b3cebbf18ee21058..5457dee3dfdd6ec0331f61a250cb370021b398ae 100644 (file)
@@ -181,7 +181,7 @@ TeXEnvironment(Buffer const & buf,
                           << "}\n";
                } else if (style.labeltype == LABEL_BIBLIO) {
                        if (pit->params().labelWidthString().empty())
-                               os << '{' << bibitemWidest(buf) << "}\n";
+                               os << '{' << bibitemWidest(buf, runparams) << "}\n";
                        else
                                os << '{'
                                  << pit->params().labelWidthString()