summaryrefslogtreecommitdiff
path: root/vcl/inc/salgdi.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-16 21:32:10 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-16 21:32:10 +0200
commit861fc6ce60171e964e68bcb7681626fe28fd1cb2 (patch)
tree886a99fae8d55bd44b2a8613c389bc6aa8c6f71a /vcl/inc/salgdi.hxx
parentec4977278ba3d153f0913c72450e72a6ed21d593 (diff)
Bin some pointless comments and ASCII graphics
Change-Id: Ib7b176eb1889ebd94d4b628899011de9ebbb3dbd
Diffstat (limited to 'vcl/inc/salgdi.hxx')
-rw-r--r--vcl/inc/salgdi.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 9936c8651f05..7da7860edc68 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -79,10 +79,6 @@ typedef std::map< sal_Ucs, sal_uInt32 > Ucs2UIntMap;
typedef std::map< sal_Ucs, rtl::OString > Ucs2OStrMap;
typedef std::vector< sal_Int32 > Int32Vector;
-// ---------------
-// - SalGraphics -
-// ---------------
-
// note: if you add any new methods to class SalGraphics using coordinates
// make sure they have a corresponding protected pure virtual method
// which has to be implemented by the platform dependent part.