]> git.lyx.org Git - lyx.git/blobdiff - src/coordcache.h
reduce number of calls to LyXText::getFont
[lyx.git] / src / coordcache.h
index 779427525516c06d4c3112ce7a51d45804a8e4b1..4fe2c006d1ad33e9d9f1f078cdfc86d3a9bb0e6c 100644 (file)
@@ -1,3 +1,13 @@
+// -*- C++ -*-
+/* \file coordcache.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef COORDCACHE_H
 #define COORDCACHE_H
 
@@ -123,7 +133,7 @@ public:
        ParPosCache const & getParPos() const { return pars_; }
 private:
        CoordCacheBase<MathArray> arrays_;
-       
+
        // all insets
        CoordCacheBase<InsetBase> insets_;