581ec73d0f
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ic8476ddc7805546f2f6f253f282ac976bb3b7bd6 Reviewed-on: https://gerrit.libreoffice.org/67699 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
27 lines
1.2 KiB
YAML
27 lines
1.2 KiB
YAML
---
|
|
assumeFilename: basegfx/source/point/b2dpoint.cxx
|
|
blacklist:
|
|
basegfx/source/color/bcolortools.cxx:
|
|
# Needed to inherit linker visibility from function declaration
|
|
- basegfx/color/bcolortools.hxx
|
|
basegfx/source/polygon/b2dlinegeometry.cxx:
|
|
# Needed to inherit linker visibility from function declaration
|
|
- basegfx/polygon/b2dlinegeometry.hxx
|
|
basegfx/source/polygon/b3dpolypolygontools.cxx:
|
|
# Needed to inherit linker visibility from function declaration
|
|
- basegfx/polygon/b3dpolypolygontools.hxx
|
|
basegfx/source/polygon/b2dpolypolygoncutter.cxx:
|
|
# Needed to inherit linker visibility from function declaration
|
|
- basegfx/polygon/b2dpolypolygoncutter.hxx
|
|
basegfx/source/polygon/b3dpolygontools.cxx:
|
|
# Needed to inherit linker visibility from function declaration
|
|
- basegfx/polygon/b3dpolygontools.hxx
|
|
basegfx/source/range/b2drangeclipper.cxx:
|
|
# Needed to avoid loplugin:unreffun error
|
|
- basegfx/range/b2drangeclipper.hxx
|
|
basegfx/source/tools/canvastools.cxx:
|
|
# Needed to inherit linker visibility from function declaration
|
|
- basegfx/utils/canvastools.hxx
|
|
basegfx/source/tools/numbertools.cxx:
|
|
# Needed to inherit linker visibility from function declaration
|
|
- basegfx/utils/tools.hxx
|