]> 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 e779811fefd69aa87d4440812225f486848d343e..64aa20201966a824e85efc8afc480181ea020d99 100644 (file)
@@ -1,11 +1,19 @@
-#include <config.h>
+/**
+ * \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.
+ */
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
+#include <config.h>
 
 #include "Sectioning.h"
 
+using std::string;
+
 string const & Section::name() const
 {
        return name_;