diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-26 16:54:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-26 16:54:55 +0300 |
commit | 7d32da410cb413f540f2127db4e6dc2807506510 (patch) | |
tree | 5c19baf4523a746ab3f1ef36a4b165d2572e4cf2 /svx | |
parent | 65ad73b0da8a0df0ac7ae6dd17cbb38be1f2afb2 (diff) |
Seems that <vcl/cvtsvm.hxx> is private to VCL, so move it there
Change-Id: I3fd1ac8aaea2e79efcd9e2d4b12347a387d0d28b
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdobj.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index fcb75191ca05..85b7306f78d2 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -582,7 +582,6 @@ #include <vcl/ctrl.hxx> #include <vcl/cursor.hxx> #include <vcl/cvtgrf.hxx> -#include <vcl/cvtsvm.hxx> #include <vcl/dibtools.hxx> #include <vcl/fltcall.hxx> #include <vcl/gdimtf.hxx> diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx index bfd1d4b81f98..b495c5b98b8f 100644 --- a/svx/source/svdraw/svdobj.cxx +++ b/svx/source/svdraw/svdobj.cxx @@ -44,7 +44,6 @@ #include <tools/diagnose_ex.h> #include <tools/helpers.hxx> #include <tools/line.hxx> -#include <vcl/cvtsvm.hxx> #include <vcl/graphictools.hxx> #include <vcl/metaact.hxx> #include <vcl/virdev.hxx> |