diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 10:54:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 18:08:28 +0200 |
commit | 97a5ba4a71c39207859556296ed46dc474762164 (patch) | |
tree | 4f4a9a23d10d87a4f1e7714ef6f29827ff5d9591 /vcl | |
parent | 8847724ca96199bd628558ba4599d697bce54c3e (diff) |
remove comments why a file gets included
also remove some commented out code
Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/helper/canvastools.cxx | 2 | ||||
-rw-r--r-- | vcl/win/source/gdi/winlayout.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx index f402e7f45b8d..0ef642b8f3c3 100644 --- a/vcl/source/helper/canvastools.cxx +++ b/vcl/source/helper/canvastools.cxx @@ -43,8 +43,6 @@ #include <basegfx/vector/b2isize.hxx> #include <basegfx/point/b2ipoint.hxx> #include <basegfx/range/b2irectangle.hxx> - -// #i79917# #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/tools/canvastools.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx index adbb98eb1441..383e23fb9e27 100644 --- a/vcl/win/source/gdi/winlayout.cxx +++ b/vcl/win/source/gdi/winlayout.cxx @@ -28,7 +28,6 @@ #include "win/salgdi.h" #include "win/saldata.hxx" -// for GetMirroredChar #include "sft.hxx" #include "sallayout.hxx" |