xattr2.cxx (32b95eed) xattr2.cxx (4815721d)
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

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

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
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

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

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 ):
226 default:
228 break;
229 }
230
231 if( nId )
232 rText = SVX_RESSTR( nId );
233
234 return ePres;
235 }

--- 1693 unchanged lines hidden ---
227 break;
228 }
229
230 if( nId )
231 rText = SVX_RESSTR( nId );
232
233 return ePres;
234 }

--- 1693 unchanged lines hidden ---