]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/nullpainter.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / nullpainter.h
index 821a3543d93d3c4bdfd7c0f5334088be1ec10712..5b5ae13b25737ad5b5d139d80dd99170b71895e8 100644 (file)
@@ -21,7 +21,7 @@ class NullPainter : public Painter {
 public:
        ///
        NullPainter() {}
-       
+
        virtual ~NullPainter() {}
 
        /// begin painting
@@ -29,11 +29,11 @@ public:
        /// end painting
        void end() {}
 
-       /// 
+       ///
        int paperWidth() const { return 0; }
-       /// 
+       ///
        int paperHeight() const;
-       
+
        ///
        void line(int, int, int, int, LColor_color,
                       line_style = line_solid, line_width = line_thin) {}
@@ -43,20 +43,20 @@ public:
        ///
        void rectangle(int, int, int, int,      LColor_color,
                line_style = line_solid, line_width = line_thin) {}
-       /// 
+       ///
        void fillRectangle(int, int, int, int, LColor_color) {}
-       /// 
+       ///
        void fillPolygon(int const *, int const *, int, LColor_color) {}
-       /// 
+       ///
        void arc(int, int,      unsigned int, unsigned int,
                int, int, LColor_color) {}
-       /// 
+       ///
        void point(int, int, LColor_color) {}
-       /// 
+       ///
        void button(int, int, int, int) {}
-       /// 
+       ///
        void image(int, int, int, int, lyx::graphics::Image const &) {}
-       /// 
+       ///
        void text(int, int, std::string const &, LyXFont const &) {}
        ///
        void text(int, int, char const *, size_t, LyXFont const &) {}