summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_spritedevicehelper.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-07-06 23:17:44 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-07-10 07:39:31 +0000
commitb854086df80b2607a3506bc8d455c98ae58aa295 (patch)
tree6a2a79e91c1b2008f5d4c4d1f5744981ab58e4db /canvas/source/directx/dx_spritedevicehelper.cxx
parent37a367a3589302893c237237e4eb98f1e4195f6d (diff)
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, in canvas. Change-Id: I8604e6b6e0f45539e3411c98a166518b837b6758 Reviewed-on: https://gerrit.libreoffice.org/16798 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'canvas/source/directx/dx_spritedevicehelper.cxx')
-rw-r--r--canvas/source/directx/dx_spritedevicehelper.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/canvas/source/directx/dx_spritedevicehelper.cxx b/canvas/source/directx/dx_spritedevicehelper.cxx
index 5b24ff2fd15c..fc8662cf2229 100644
--- a/canvas/source/directx/dx_spritedevicehelper.cxx
+++ b/canvas/source/directx/dx_spritedevicehelper.cxx
@@ -25,8 +25,6 @@
#include <tools/diagnose_ex.h>
#include <osl/mutex.hxx>
-#include <cppuhelper/compbase1.hxx>
-
#include <com/sun/star/lang/NoSupportException.hpp>
#include <toolkit/helper/vclunohelper.hxx>
#include <basegfx/tools/canvastools.hxx>