[Libreoffice-commits] core.git: 6 commits - vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Thu Apr 24 04:51:58 PDT 2014
vcl/source/outdev/bitmap.cxx | 9 ------
vcl/source/outdev/clipping.cxx | 32 ---------------------
vcl/source/outdev/curvedshapes.cxx | 8 -----
vcl/source/outdev/font.cxx | 54 ++++++-------------------------------
vcl/source/outdev/map.cxx | 11 -------
vcl/source/outdev/mask.cxx | 20 +------------
6 files changed, 13 insertions(+), 121 deletions(-)
New commits:
commit f5a4280122900f36193126bf7c97256159fa7af3
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Apr 24 21:08:20 2014 +1000
VCL: Remove unnecessary headers from outdev/mask.cxx
Change-Id: Id759b151bb636aa7c79043854a622a88a544138d
diff --git a/vcl/source/outdev/mask.cxx b/vcl/source/outdev/mask.cxx
index 39af4ba..9ca59b8 100644
--- a/vcl/source/outdev/mask.cxx
+++ b/vcl/source/outdev/mask.cxx
@@ -17,28 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
-#include <vcl/bitmap.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/window.hxx>
-#include <vcl/metaact.hxx>
-#include <vcl/gdimtf.hxx>
-#include <vcl/virdev.hxx>
-#include <vcl/bmpacc.hxx>
#include <vcl/outdev.hxx>
-#include <vcl/image.hxx>
-#include <bmpfast.hxx>
-#include <salbmp.hxx>
+#include <vcl/virdev.hxx>
+
#include <salgdi.hxx>
#include <impbmp.hxx>
-#include <sallayout.hxx>
-#include <image.h>
-#include <outdev.h>
-#include <window.h>
#include <outdata.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/matrix/b2dhommatrixtools.hxx>
-#include <boost/scoped_array.hpp>
extern const sal_uLong nVCLRLut[ 6 ];
extern const sal_uLong nVCLGLut[ 6 ];
commit 43c8bf27bb46a6b80e432fe8925f2e2d0a9cf150
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Apr 24 20:35:19 2014 +1000
VCL: Remove unnecessary headers from outdev/map.cxx
Change-Id: Idd1bc7f640fb62265f453b5a201b052bbbc14b77
diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx
index 24e929c..fe663fd 100644
--- a/vcl/source/outdev/map.cxx
+++ b/vcl/source/outdev/map.cxx
@@ -20,26 +20,17 @@
#include <limits.h>
#include <tools/bigint.hxx>
-#include <tools/debug.hxx>
-#include <tools/poly.hxx>
#include <vcl/virdev.hxx>
-#include <vcl/region.hxx>
#include <vcl/wrkwin.hxx>
-#include <vcl/cursor.hxx>
-#include <vcl/metaact.hxx>
-#include <vcl/gdimtf.hxx>
-#include <vcl/lineinfo.hxx>
#include <vcl/outdev.hxx>
+#include <vcl/cursor.hxx>
#include <svdata.hxx>
#include <window.h>
#include <outdev.h>
-#include <salgdi.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/polygon/b2dpolygon.hxx>
-#include <basegfx/polygon/b2dpolypolygon.hxx>
static int const s_ImplArySize = MAP_PIXEL+1;
static const long aImplNumeratorAry[s_ImplArySize] =
commit 591aa6cdce8fd42ea9481b46a676316d1750eaa9
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Apr 24 20:28:48 2014 +1000
VCL: Remove unnecessary headers from outdev/font.cxx
Change-Id: I45c811b9f7c5c10fcefe0e2da809bdc5cc381de1
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index b83f7df..30dad6e 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -18,55 +18,29 @@
*/
#include "i18nlangtag/mslangid.hxx"
-#include "i18nlangtag/languagetag.hxx"
-
-#include "rtl/tencinfo.h"
-#include "rtl/logfile.hxx"
-
-#include "tools/debug.hxx"
-#include "tools/poly.hxx"
-
-#include "basegfx/polygon/b2dpolygon.hxx"
-#include "basegfx/polygon/b2dpolypolygon.hxx"
-#include "basegfx/matrix/b2dhommatrix.hxx"
-
-#include "vcl/metric.hxx"
-#include "vcl/metaact.hxx"
-#include "vcl/gdimtf.hxx"
-#include "vcl/virdev.hxx"
-#include "vcl/print.hxx"
-#include "vcl/event.hxx"
-#include "vcl/window.hxx"
-#include "vcl/svapp.hxx"
-#include "vcl/bmpacc.hxx"
-#include "vcl/outdev.hxx"
-#include "vcl/edit.hxx"
+
+#include <vcl/virdev.hxx>
+#include <vcl/print.hxx>
+#include <vcl/outdev.hxx>
+#include <vcl/edit.hxx>
#include <vcl/settings.hxx>
-// declare system types in sysdata.hxx
-#include <svsys.h>
-#include "vcl/sysdata.hxx"
-#include "vcl/unohelp.hxx"
-#include "vcl/controllayout.hxx"
+#include <vcl/sysdata.hxx>
-#include "salgdi.hxx"
#include "sallayout.hxx"
#include "svdata.hxx"
+
#include "impfont.hxx"
#include "outdata.hxx"
#include "outfont.hxx"
+
#include "outdev.h"
+#include "window.h"
+
#include "PhysicalFontCollection.hxx"
#include "PhysicalFontFace.hxx"
#include "PhysicalFontFamily.hxx"
-#include "textlayout.hxx"
#include "svids.hrc"
-#include "window.h"
-
-#include "unotools/fontcvt.hxx"
-#include "unotools/fontcfg.hxx"
-
-#include "osl/file.h"
#include <config_graphite.h>
#if ENABLE_GRAPHITE
@@ -75,14 +49,6 @@
#include "../gdi/pdfwriter_impl.hxx"
-#include "com/sun/star/beans/PropertyValues.hpp"
-#include "com/sun/star/i18n/XBreakIterator.hpp"
-#include "com/sun/star/i18n/WordType.hpp"
-#include "com/sun/star/linguistic2/LinguServiceManager.hpp"
-#include <comphelper/processfactory.hxx>
-
-#include "sal/alloca.h"
-
#include <cmath>
#include <cstring>
commit bc5b1be216b4da3611fe1912b205c5c70bf9cde0
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Apr 24 20:01:38 2014 +1000
VCL: Remove unnecessary headers from outdev/curvedshapes.cxx
Change-Id: Iae98ff3b75dce83a7d05176b6a0bdf93b7e5fb00
diff --git a/vcl/source/outdev/curvedshapes.cxx b/vcl/source/outdev/curvedshapes.cxx
index c07c19f..9acd999 100644
--- a/vcl/source/outdev/curvedshapes.cxx
+++ b/vcl/source/outdev/curvedshapes.cxx
@@ -17,18 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
-#include <tools/poly.hxx>
-
-#include <vcl/metaact.hxx>
-#include <vcl/gdimtf.hxx>
#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <salgdi.hxx>
-#include <svdata.hxx>
-#include <outdata.hxx>
-#include <outdev.h>
void OutputDevice::DrawEllipse( const Rectangle& rRect )
{
commit f51588a683e458966c6328137268da933ba3682e
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Apr 24 19:57:13 2014 +1000
VCL: Remove unnecessary headers from outdev/clipping.cxx
Change-Id: Idee24d0d5ec25082ed1be48bee6051f132e00a97
diff --git a/vcl/source/outdev/clipping.cxx b/vcl/source/outdev/clipping.cxx
index 257bd58..48253c5 100644
--- a/vcl/source/outdev/clipping.cxx
+++ b/vcl/source/outdev/clipping.cxx
@@ -17,49 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
-#include <tools/poly.hxx>
-
-#include <vcl/svapp.hxx>
-#include <vcl/ctrl.hxx>
-#include <vcl/region.hxx>
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
-#include <vcl/metaact.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/print.hxx>
#include <vcl/outdev.hxx>
-#include <vcl/unowrap.hxx>
-#include <vcl/settings.hxx>
-#include <svsys.h>
-#include <vcl/sysdata.hxx>
#include <salgdi.hxx>
-#include <sallayout.hxx>
#include <salframe.hxx>
#include <salvd.hxx>
#include <salprn.hxx>
-#include <svdata.hxx>
#include <window.h>
-#include <outdev.h>
-#include <outdata.hxx>
-#include "PhysicalFontCollection.hxx"
-
-#include <basegfx/point/b2dpoint.hxx>
-#include <basegfx/vector/b2dvector.hxx>
-#include <basegfx/polygon/b2dpolygon.hxx>
-#include <basegfx/polygon/b2dpolypolygon.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/polygon/b2dpolygontools.hxx>
-#include <basegfx/polygon/b2dpolypolygontools.hxx>
-#include <basegfx/polygon/b2dlinegeometry.hxx>
-
-#include <com/sun/star/awt/XGraphics.hpp>
-#include <com/sun/star/uno/Sequence.hxx>
-#include <com/sun/star/rendering/XCanvas.hpp>
-#include <com/sun/star/rendering/CanvasFactory.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <comphelper/processfactory.hxx>
#include <numeric>
commit a80f7551c917adec593a59900e20be7327c7cbac
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Thu Apr 24 19:46:07 2014 +1000
VCL: Remove unnecessary headers from outdev/bitmap.cxx
Change-Id: Ib4d5da9bb36e6ad7a02536f169ae7b634bb939db
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx
index 439bc6c..0f9b7a9 100644
--- a/vcl/source/outdev/bitmap.cxx
+++ b/vcl/source/outdev/bitmap.cxx
@@ -17,27 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/debug.hxx>
#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
-#include <vcl/metaact.hxx>
-#include <vcl/gdimtf.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/image.hxx>
#include <bmpfast.hxx>
-#include <salbmp.hxx>
#include <salgdi.hxx>
#include <impbmp.hxx>
-#include <sallayout.hxx>
#include <image.h>
-#include <outdev.h>
-#include <window.h>
-#include <outdata.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <boost/scoped_array.hpp>
More information about the Libreoffice-commits
mailing list