diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 18:43:49 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 18:44:48 +1100 |
commit | 85e82f2eadc2a7f2291535cc59afad4985729c4a (patch) | |
tree | ba1d4dc44b2ab68909a2f10c366854ff7aefc446 /vcl/source | |
parent | 7d49f78accc5279dd01296d44818c6ebfdb4023e (diff) |
vcl: rename cvtsvm.{cxx|hxx} file to svmconverter.{cxx|hxx}
Change-Id: Id896ae1360a7becaabfaab605f9f6c560813717b
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/gdimtf.cxx | 3 | ||||
-rw-r--r-- | vcl/source/gdi/svmconverter.cxx (renamed from vcl/source/gdi/cvtsvm.cxx) | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index 8309d6b22c96..f8f049910d85 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -33,7 +33,8 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <vcl/canvastools.hxx> -#include <cvtsvm.hxx> +#include "svmconverter.hxx" + #include <salbmp.hxx> #include <salinst.hxx> #include <svdata.hxx> diff --git a/vcl/source/gdi/cvtsvm.cxx b/vcl/source/gdi/svmconverter.cxx index 1df3d78a74f4..83f19b021fbf 100644 --- a/vcl/source/gdi/cvtsvm.cxx +++ b/vcl/source/gdi/svmconverter.cxx @@ -30,7 +30,8 @@ #include <vcl/lineinfo.hxx> #include <rtl/strbuf.hxx> -#include <cvtsvm.hxx> +#include "svmconverter.hxx" + #include <memory> // Inlines |