Author: paveljanik
Date: Fri May 17 05:27:38 2013
New Revision: 1483650
URL: http://svn.apache.org/r1483650
Log:
Add missing case for LineJoint_MAKE_FIXED_SIZE to prevent compiler warning.
Modified:
openoffice/trunk/main/svx/source/xoutdev/xattr2.cxx
Modified: openoffice/trunk/main/svx/source/xoutdev/xattr2.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/xoutdev/xattr2.cxx?rev=1483650&r1=1483649&r2=1483650&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/xoutdev/xattr2.cxx (original)
+++ openoffice/trunk/main/svx/source/xoutdev/xattr2.cxx Fri May 17 05:27:38 2013
@@ -222,6 +222,10 @@ SfxItemPresentation XLineJointItem::GetP
case( com::sun::star::drawing::LineJoint_ROUND
):
nId = RID_SVXSTR_LINEJOINT_ROUND;
break;
+
+ // Not handled?
+ case(
com::sun::star::drawing::LineJoint_MAKE_FIXED_SIZE ):
+ break;
}
if( nId )