summaryrefslogtreecommitdiff
path: root/starmath/inc/rect.hxx
diff options
context:
space:
mode:
authorJĂșlio Hoffimann <julio.hoffimann@gmail.com>2010-10-18 12:55:43 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-18 12:55:43 +0100
commitc901ec7b5883b3e88a4c8d239adb5a3bfea5dcdb (patch)
tree20bc2e11a0e00912568e85e28f745ce387704c3d /starmath/inc/rect.hxx
parent34c3c152e80e2c260733212de616e0e812a79eaf (diff)
comments cleanup
Diffstat (limited to 'starmath/inc/rect.hxx')
-rw-r--r--starmath/inc/rect.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx
index 9f20fcea3316..fdd12dd86669 100644
--- a/starmath/inc/rect.hxx
+++ b/starmath/inc/rect.hxx
@@ -31,7 +31,6 @@
#include <new>
-
#include <tools/gen.hxx>
#include <vcl/outdev.hxx>
#include <vcl/metric.hxx>
@@ -256,8 +255,6 @@ inline Rectangle SmRect::AsRectangle() const
return Rectangle(Point(GetItalicLeft(), GetTop()), GetItalicSize());
}
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */