Files
libreoffice/sw/source/core/layout/pagefrm.src
Cédric Bosdonnat 289eaef686 Page Break: Fixed columns boundaries and breaks rendering
Merged the page and column breaks rendering: columns breaks are now
easily visible. The column boundaries are shown as before using plain
lines.

Also fixed the breaks rendering for vertical layout
2011-09-15 18:13:35 +02:00

17 lines
238 B
Plaintext

#include "pagefrm.hrc"
Bitmap BMP_PAGE_SHADOW_MASK
{
File = "page-shadow-mask.png";
};
String STR_PAGE_BREAK
{
Text [ en-US ] = "Manual Page Break" ;
};
String STR_COLUMN_BREAK
{
Text [ en-US ] = "Manual Column Break" ;
};