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 /svx | |
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 'svx')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofsdrole2obj.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/sdr/contact/viewcontactofsdrole2obj.cxx b/svx/source/sdr/contact/viewcontactofsdrole2obj.cxx index 7e28ff387010..a492585bebc1 100644 --- a/svx/source/sdr/contact/viewcontactofsdrole2obj.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrole2obj.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <drawinglayer/primitive2d/Tools.hxx> #include <sdr/contact/viewcontactofsdrole2obj.hxx> #include <svx/svdoole2.hxx> #include <sdr/contact/viewobjectcontactofsdrole2obj.hxx> |