]> git.lyx.org Git - lyx.git/blobdiff - src/PainterBase.C
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / PainterBase.C
index 6d703cff8fdb0a9bf2e2a6ab6778673933d78e92..e92125ac4e5d493a77731d565b733b784c9d14e5 100644 (file)
@@ -34,6 +34,12 @@ int PainterBase::paperWidth() const
 }
 
 
+int PainterBase::paperHeight() const
+{
+       return owner.height();
+}
+
+
 PainterBase & PainterBase::circle(int x, int y, unsigned int d,
                                  LColor::color col)
 {