Change-Id: I80ea84b6eaabcf241b313d46695cffdd74174c08 Reviewed-on: https://gerrit.libreoffice.org/28104 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
16 lines
456 B
Plaintext
16 lines
456 B
Plaintext
#include <svx/dialogs.hrc>
|
|
|
|
StringArray RID_SVXSTRARY_SPACING
|
|
{
|
|
ItemList [ en-US ] =
|
|
{
|
|
< "None" ; 0; > ;
|
|
< "Extra Small (1/16\")"; 91; > ;
|
|
< "Small (1/8\")"; 181; > ;
|
|
< "Small Medium (1/4\")"; 363; > ;
|
|
< "Medium (3/8\")"; 539; > ;
|
|
< "Medium Large (1/2\")"; 720; > ;
|
|
< "Large (3/4\")"; 1077; > ;
|
|
< "Extra Large (1\")"; 1440; > ;
|
|
};
|
|
}; |