summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--canvas/source/vcl/canvashelper.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx
index 8028a91bfe3d..0d4f204be2b5 100644
--- a/canvas/source/vcl/canvashelper.cxx
+++ b/canvas/source/vcl/canvashelper.cxx
@@ -90,6 +90,7 @@ namespace vclcanvas
return basegfx::B2DLINEJOIN_NONE;
}
+#ifdef FIXME_REMOVE_WHEN_RE_BASE_COMPLETE
drawing::LineCap unoCapeFromCap( sal_Int8 nCapType)
{
switch ( nCapType)
@@ -109,6 +110,7 @@ namespace vclcanvas
}
return drawing::LineCap_BUTT;
}
+#endif
}
CanvasHelper::CanvasHelper() :