Kaydet (Commit) bb338f14 authored tarafından Pavel Janík's avatar Pavel Janík

Add missing case for LineJoint_MAKE_FIXED_SIZE to prevent compiler warning.

üst fb3ddd41
......@@ -1344,6 +1344,8 @@ void SvxLineTabPage::Reset( const SfxItemSet& rAttrs )
case com::sun::star::drawing::LineJoint_NONE : maLBEdgeStyle.SelectEntryPos(1); break;
case com::sun::star::drawing::LineJoint_MITER : maLBEdgeStyle.SelectEntryPos(2); break;
case com::sun::star::drawing::LineJoint_BEVEL : maLBEdgeStyle.SelectEntryPos(3); break;
// Not handled?
case com::sun::star::drawing::LineJoint_MAKE_FIXED_SIZE : break;
}
}
else
......
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