]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.C
Point fix, earlier forgotten
[lyx.git] / src / ParagraphParameters.C
index 958e3b1f416c8a2669721dae940728cd0cc86a17..2557a743fcddd789391d3e4748d9960be0fab422 100644 (file)
@@ -1,3 +1,17 @@
+/**
+ * \file ParagraphParameters.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ * \author Angus Leeming
+ * \author John Levon
+ * \author André Pönitz
+ * \author Jürgen Vigna
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "ParagraphParameters.h"
@@ -421,6 +435,7 @@ void ParagraphParameters::write(ostream & os) const
 }
 
 
+
 void setParagraphParams(BufferView & bv, string const & data)
 {
        istringstream is(STRCONV(data));
@@ -442,9 +457,7 @@ void setParagraphParams(BufferView & bv, string const & data)
                           params.labelWidthString(),
                           params.noindent());
 
-       // Actually apply these settings
-       bv.update(text, BufferView::SELECT);
-
+       bv.update();
        bv.owner()->message(_("Paragraph layout set"));
 }