]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / TextCache.h
index b18aabf3ca7ebebc2abc03fea2e52588538c989e..93df369bb05498b8c4fde5eff392090d39e8996e 100644 (file)
@@ -4,9 +4,9 @@
  * 
  *           LyX, The Document Processor        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team
+ *           Copyright 1995-2001 The LyX Team
  *
- *           This file is Copyright 2000
+ *           This file is Copyright 2000-2001
  *           Lars Gullik Bjønnes
  *
  * ====================================================== */
 #pragma interface
 #endif
 
-#include <iosfwd>
-#include <map>
-
 #include "LString.h"
 #include "lyxtext.h"
 #include "buffer.h"
 
+#include <iosfwd>
+#include <map>
+
+
 // This is only the very first implemetation and use of the TextCache,
 // operations on it needs to be put into a class or a namespace, that part
 // is _NOT_ finished so don't bother to come with too many comments on it
@@ -36,7 +37,7 @@
 //
 // Q. What are we caching?
 // A. We are caching the screen representations (LyXText) of the
-//    documents (Buffer,LyXParagraph) for specific BufferView widths.
+//    documents (Buffer,Paragraph) for specific BufferView widths.
 // Q. Why the cache?
 // A. It is not really needed, but it speeds things up a lot
 //    when you have more than one document loaded at once since a total