xattr2.cxx (6f6ba3c8) xattr2.cxx (32b95eed)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 208 unchanged lines hidden (view full) ---

217 case( com::sun::star::drawing::LineJoint_MITER ):
218 nId = RID_SVXSTR_LINEJOINT_MITER;
219 break;
220
221
222 case( com::sun::star::drawing::LineJoint_ROUND ):
223 nId = RID_SVXSTR_LINEJOINT_ROUND;
224 break;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 208 unchanged lines hidden (view full) ---

217 case( com::sun::star::drawing::LineJoint_MITER ):
218 nId = RID_SVXSTR_LINEJOINT_MITER;
219 break;
220
221
222 case( com::sun::star::drawing::LineJoint_ROUND ):
223 nId = RID_SVXSTR_LINEJOINT_ROUND;
224 break;
225
226 // Not handled?
227 case( com::sun::star::drawing::LineJoint_MAKE_FIXED_SIZE ):
228 break;
225 }
226
227 if( nId )
228 rText = SVX_RESSTR( nId );
229
230 return ePres;
231 }
232 default:

--- 1692 unchanged lines hidden ---
229 }
230
231 if( nId )
232 rText = SVX_RESSTR( nId );
233
234 return ePres;
235 }
236 default:

--- 1692 unchanged lines hidden ---