Files
libreoffice/svx/source/dialog/spacing.src
Susobhan Ghosh 6f437466f9 tdf#83830: Use SpacingListBox in Header/Footer and Sidebar Wrap Panel
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>
2016-08-25 08:37:10 +00:00

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