]> git.lyx.org Git - lyx.git/blobdiff - src/Sectioning.C
update Basque and Romanian l10n
[lyx.git] / src / Sectioning.C
index f14bb3b236602f0beed49cc6b3ae29dd7bedbce4..5777a1658e4b7be656a11fec2e197746f02a30a3 100644 (file)
@@ -1,12 +1,22 @@
+/**
+ * \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>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "Sectioning.h"
 
+
+namespace lyx {
+
+using std::string;
+
 string const & Section::name() const
 {
        return name_;
@@ -50,3 +60,6 @@ bool Section::display() const
                return false;
        return true;
 }
+
+
+} // namespace lyx