Seems that <vcl/cvtsvm.hxx> is private to VCL, so move it there

Change-Id: I3fd1ac8aaea2e79efcd9e2d4b12347a387d0d28b
This commit is contained in:
Tor Lillqvist 2013-10-26 16:54:55 +03:00
parent 65ad73b0da
commit 7d32da410c
5 changed files with 3 additions and 4 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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 )
{

View file

@ -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>