]> git.lyx.org Git - lyx.git/blobdiff - src/coordcache.h
Fix bug 886 and others not reported related with the document paper size.
[lyx.git] / src / coordcache.h
index a2d82353c193e141189be0f5beaefb9996015805..4fe2c006d1ad33e9d9f1f078cdfc86d3a9bb0e6c 100644 (file)
@@ -133,7 +133,7 @@ public:
        ParPosCache const & getParPos() const { return pars_; }
 private:
        CoordCacheBase<MathArray> arrays_;
-       
+
        // all insets
        CoordCacheBase<InsetBase> insets_;