[Libreoffice-commits] core.git: drawinglayer/source

Tor Lillqvist tml at collabora.com
Tue Jan 26 00:17:13 PST 2016


 drawinglayer/source/processor2d/vclprocessor2d.cxx |   16 ----------------
 1 file changed, 16 deletions(-)

New commits:
commit 526b0a566db7628c6a31258efefc8409c5e74386
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jan 26 09:36:22 2016 +0200

    Bin some unneeded 'using' and includes
    
    Change-Id: Ia91b3837ce39ae48e8c660274a08415ee4f9e5c7

diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index ebace48..c765602 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -39,7 +39,6 @@
 #include <drawinglayer/primitive2d/transformprimitive2d.hxx>
 #include <drawinglayer/primitive2d/markerarrayprimitive2d.hxx>
 #include <drawinglayer/primitive2d/pointarrayprimitive2d.hxx>
-#include <drawinglayer/primitive2d/wrongspellprimitive2d.hxx>
 #include <drawinglayer/primitive2d/pagepreviewprimitive2d.hxx>
 #include <tools/diagnose_ex.h>
 #include <rtl/ustrbuf.hxx>
@@ -55,16 +54,11 @@
 
 // control support
 
-#include <com/sun/star/awt/XWindow2.hpp>
-#include <com/sun/star/awt/PosSize.hpp>
-#include <com/sun/star/awt/XView.hpp>
 #include <drawinglayer/primitive2d/controlprimitive2d.hxx>
 #include <drawinglayer/primitive2d/textlayoutdevice.hxx>
 
-// for test, can be removed again
 #include <basegfx/polygon/b2dpolygonclipper.hxx>
 #include <basegfx/polygon/b2dtrapezoid.hxx>
-// <- for test
 
 using namespace com::sun::star;
 
@@ -98,16 +92,6 @@ namespace drawinglayer
 {
     namespace processor2d
     {
-        // UNO class usages
-        using ::com::sun::star::uno::Reference;
-        using ::com::sun::star::uno::UNO_QUERY;
-        using ::com::sun::star::uno::UNO_QUERY_THROW;
-        using ::com::sun::star::uno::Exception;
-        using ::com::sun::star::awt::XView;
-        using ::com::sun::star::awt::XGraphics;
-        using ::com::sun::star::awt::XWindow;
-        using ::com::sun::star::awt::PosSize::POSSIZE;
-
         // rendering support
 
         // directdraw of text simple portion or decorated portion primitive. When decorated, all the extra


More information about the Libreoffice-commits mailing list