Kaydet (Commit) c756f328 authored tarafından Noel Grandin's avatar Noel Grandin

drop unused ColorType in canvas

Change-Id: I319cc18db1b068bdfe1e7a9b6fbabb74ab7be04b
Reviewed-on: https://gerrit.libreoffice.org/63908
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 0e585562
...@@ -211,11 +211,6 @@ namespace cairocanvas ...@@ -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,
......
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment