drop unused ColorType in canvas

Change-Id: I319cc18db1b068bdfe1e7a9b6fbabb74ab7be04b
Reviewed-on: https://gerrit.libreoffice.org/63908
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin 2018-11-22 11:15:04 +02:00
parent 0e585562d7
commit c756f32851
2 changed files with 0 additions and 13 deletions

View File

@ -211,11 +211,6 @@ namespace cairocanvas
css::rendering::IntegerBitmapLayout getMemoryLayout(); css::rendering::IntegerBitmapLayout getMemoryLayout();
enum ColorType
{
LINE_COLOR, FILL_COLOR, TEXT_COLOR, IGNORE_COLOR
};
void doPolyPolygonPath( const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, void doPolyPolygonPath( const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
Operation aOperation, Operation aOperation,
bool bNoLineJoin = false, bool bNoLineJoin = false,

View File

@ -1,11 +1,3 @@
canvas/source/cairo/cairo_canvashelper.hxx:216
enum cairocanvas::CanvasHelper::ColorType IGNORE_COLOR
canvas/source/cairo/cairo_canvashelper.hxx:216
enum cairocanvas::CanvasHelper::ColorType TEXT_COLOR
canvas/source/cairo/cairo_canvashelper.hxx:216
enum cairocanvas::CanvasHelper::ColorType LINE_COLOR
canvas/source/cairo/cairo_canvashelper.hxx:216
enum cairocanvas::CanvasHelper::ColorType FILL_COLOR
drawinglayer/source/tools/emfpbrush.hxx:32 drawinglayer/source/tools/emfpbrush.hxx:32
enum emfplushelper::EmfPlusHatchStyle HatchStyleVertical enum emfplushelper::EmfPlusHatchStyle HatchStyleVertical
drawinglayer/source/tools/emfpbrush.hxx:33 drawinglayer/source/tools/emfpbrush.hxx:33