diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-28 00:29:29 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-28 00:30:29 +0900 |
commit | 16244e7f241994fd0284b4ba77933d8fb2f25c1c (patch) | |
tree | aa60b0c84a9a334d8be61306ffeedecfb02e6d76 /canvas/source | |
parent | 867588b4caf35d4954c7b26b7ac070a7a4675cd3 (diff) |
removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/directx/dx_textlayout_drawhelper.cxx | 2 | ||||
-rw-r--r-- | canvas/source/vcl/bitmapbackbuffer.cxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx index 527c8395f803..508db17a3f27 100644 --- a/canvas/source/directx/dx_textlayout_drawhelper.cxx +++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx @@ -31,7 +31,6 @@ #include <vcl/metric.hxx> #include <vcl/virdev.hxx> -#include <vcl/metric.hxx> #include <vcl/canvastools.hxx> #include <tools/diagnose_ex.h> @@ -40,7 +39,6 @@ #include <com/sun/star/rendering/FontRequest.hpp> #include <com/sun/star/rendering/PanoseProportion.hpp> #include <com/sun/star/rendering/XCanvasFont.hpp> -#include <com/sun/star/rendering/PanoseProportion.hpp> #include <comphelper/sequence.hxx> #include <comphelper/scopeguard.hxx> #include <tools/color.hxx> diff --git a/canvas/source/vcl/bitmapbackbuffer.cxx b/canvas/source/vcl/bitmapbackbuffer.cxx index ad7197f302ce..515d1abcf1ba 100644 --- a/canvas/source/vcl/bitmapbackbuffer.cxx +++ b/canvas/source/vcl/bitmapbackbuffer.cxx @@ -30,7 +30,6 @@ #include "bitmapbackbuffer.hxx" #include <osl/mutex.hxx> -#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <vcl/bitmapex.hxx> |