]> git.lyx.org Git - lyx.git/blobdiff - src/Sectioning.C
GTK graphics dialog: Default to scaling 100% when no scaling or size is given
[lyx.git] / src / Sectioning.C
index 3f5d455889a86f7644edcabe008453917a42efd3..64aa20201966a824e85efc8afc480181ea020d99 100644 (file)
@@ -1,7 +1,19 @@
+/**
+ * \file Sectioning.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #include <config.h>
 
 #include "Sectioning.h"
 
+using std::string;
+
 string const & Section::name() const
 {
        return name_;