diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-26 09:36:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-26 10:15:57 +0200 |
commit | 526b0a566db7628c6a31258efefc8409c5e74386 (patch) | |
tree | ce001bae3327e69928f38bf55a7a8f85fb7feffd /drawinglayer | |
parent | 478e2ad48ea345ec0d8058f03c1547cc29ab0cda (diff) |
Bin some unneeded 'using' and includes
Change-Id: Ia91b3837ce39ae48e8c660274a08415ee4f9e5c7
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclprocessor2d.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx b/drawinglayer/source/processor2d/vclprocessor2d.cxx index ebace481bb8f..c76560267be9 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 |