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 | |
parent | 65ad73b0da8a0df0ac7ae6dd17cbb38be1f2afb2 (diff) |
Seems that <vcl/cvtsvm.hxx> is private to VCL, so move it there
Change-Id: I3fd1ac8aaea2e79efcd9e2d4b12347a387d0d28b
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdobj.cxx | 1 | ||||
-rw-r--r-- | vcl/inc/cvtsvm.hxx (renamed from include/vcl/cvtsvm.hxx) | 0 | ||||
-rw-r--r-- | vcl/source/gdi/cvtsvm.cxx | 3 | ||||
-rw-r--r-- | vcl/source/gdi/gdimtf.cxx | 2 |
5 files changed, 3 insertions, 4 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> diff --git a/include/vcl/cvtsvm.hxx b/vcl/inc/cvtsvm.hxx index c6597df53708..c6597df53708 100644 --- a/include/vcl/cvtsvm.hxx +++ b/vcl/inc/cvtsvm.hxx diff --git a/vcl/source/gdi/cvtsvm.cxx b/vcl/source/gdi/cvtsvm.cxx index 8835e446797b..630cfcf8b611 100644 --- a/vcl/source/gdi/cvtsvm.cxx +++ b/vcl/source/gdi/cvtsvm.cxx @@ -27,9 +27,10 @@ #include <vcl/virdev.hxx> #include <vcl/graph.hxx> #include <vcl/lineinfo.hxx> -#include <vcl/cvtsvm.hxx> #include <rtl/strbuf.hxx> +#include <cvtsvm.hxx> + // Inlines void ImplReadRect( SvStream& rIStm, Rectangle& rRect ) { diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index 9301a19db514..820f2a051524 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -24,7 +24,6 @@ #include <vcl/salbtype.hxx> #include <vcl/outdev.hxx> #include <vcl/window.hxx> -#include <vcl/cvtsvm.hxx> #include <vcl/virdev.hxx> #include <vcl/svapp.hxx> #include <vcl/gdimtf.hxx> @@ -32,6 +31,7 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <vcl/canvastools.hxx> +#include <cvtsvm.hxx> #include <salbmp.hxx> #include <salinst.hxx> #include <svdata.hxx> |