Kaydet (Commit) 3d70fe99 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused function 'unoCapeFromCap'

Change-Id: I21dc33e39da8f46379fad672a83e8fb8449a0ec4
üst 60337134
......@@ -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() :
......
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