diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-01-01 21:00:44 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-01-04 11:21:03 +0100 |
commit | cd47cf36ebb70a3d6897b0abbb0b3cd8b290e1af (patch) | |
tree | 26c34ca80aab885bd99fe75227239c7e37aa530c /svgio | |
parent | adf7031e3a35fe9d43085e8b223a6e36d20a32f4 (diff) |
drawinglayer: extract classes from baseprimitive2d.hxx to own files
This extracts Primitive2DContainer class to its own file, common
typedefs for PrimitiveReference, Primitive2DSequence to own file
CommonTypes.hxx, some commonly used and independent functions to
Tools.hxx.
But for not BufferedDecompositionPrimitive2D class is left as
it is.
Change-Id: Ia55bafd32fb95eba945d091e2c2ae89b160140d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86086
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svgio')
-rw-r--r-- | svgio/qa/cppunit/SvgImportTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/qa/cppunit/SvgImportTest.cxx b/svgio/qa/cppunit/SvgImportTest.cxx index 4f6c2a24a3e0..9f09f9bda6e9 100644 --- a/svgio/qa/cppunit/SvgImportTest.cxx +++ b/svgio/qa/cppunit/SvgImportTest.cxx @@ -18,7 +18,7 @@ #include <com/sun/star/graphic/SvgTools.hpp> #include <com/sun/star/graphic/XPrimitive2D.hpp> -#include <drawinglayer/primitive2d/baseprimitive2d.hxx> +#include <drawinglayer/primitive2d/Tools.hxx> #include <drawinglayer/tools/primitive2dxmldump.hxx> #include <memory> |