[Libreoffice-commits] core.git: 2 commits - vcl/source

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 06:44:13 PST 2016


 vcl/source/outdev/map.cxx  |    7 -------
 vcl/source/outdev/text.cxx |   25 +++++--------------------
 2 files changed, 5 insertions(+), 27 deletions(-)

New commits:
commit 3de2c3952b9757c40615194811142fd19a9b72eb
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 01:43:09 2016 +1100

    vcl: remove unnecessary header includes from text.cxx
    
    Change-Id: Iefa9cad66248297e4639567cd3f5836abb2e167c

diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx
index 97e6754..147d82f 100644
--- a/vcl/source/outdev/text.cxx
+++ b/vcl/source/outdev/text.cxx
@@ -17,13 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <sal/config.h>
-
-#include <cassert>
-#include <cmath>
-
-#include <sal/types.h>
-
 #include <basegfx/matrix/b2dhommatrix.hxx>
 
 #include <com/sun/star/i18n/WordType.hpp>
@@ -33,27 +26,19 @@
 #include <comphelper/processfactory.hxx>
 
 #include <vcl/textrectinfo.hxx>
-#include <vcl/outdev.hxx>
 #include <vcl/virdev.hxx>
 #include <vcl/bmpacc.hxx>
-#include <vcl/settings.hxx>
 #include <vcl/sysdata.hxx>
 #include <vcl/unohelp.hxx>
 #include <vcl/controllayout.hxx>
 
-#include <outdata.hxx>
-#include <outdev.h>
-#include <salgdi.hxx>
-#include <svdata.hxx>
-#include <textlayout.hxx>
-
+#include "outdata.hxx"
+#include "outdev.h"
+#include "salgdi.hxx"
+#include "svdata.hxx"
+#include "textlayout.hxx"
 #include "textlineinfo.hxx"
 
-#include <config_graphite.h>
-#if ENABLE_GRAPHITE
-#include "graphite_features.hxx"
-#endif
-
 #define TEXT_DRAW_ELLIPSIS  (DrawTextFlags::EndEllipsis | DrawTextFlags::PathEllipsis | DrawTextFlags::NewsEllipsis)
 
 ImplMultiTextLineInfo::ImplMultiTextLineInfo()
commit ded0da10d8a6fc4a4ae732f9e99433e0b69c3c68
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Tue Jan 26 01:36:15 2016 +1100

    vcl: remove unnecessary header includes in map.cxx
    
    Change-Id: I60fafe283740f6246fa2978a1d2e4ee283ecea87

diff --git a/vcl/source/outdev/map.cxx b/vcl/source/outdev/map.cxx
index e2a85a7..6b3ce3e 100644
--- a/vcl/source/outdev/map.cxx
+++ b/vcl/source/outdev/map.cxx
@@ -17,18 +17,11 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <sal/config.h>
-
-#include <cstdlib>
-#include <limits.h>
-
 #include <o3tl/numeric.hxx>
 #include <tools/bigint.hxx>
 
 #include <vcl/virdev.hxx>
 #include <vcl/wrkwin.hxx>
-#include <vcl/outdev.hxx>
-#include <vcl/cursor.hxx>
 
 #include <svdata.hxx>
 #include <window.h>


More information about the Libreoffice-commits mailing list