2011-03-31 10:05:04 +02:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
2011-02-27 17:23:48 +01:00
|
|
|
#include "pagefrm.hrc"
|
|
|
|
|
2011-05-03 10:47:40 +02:00
|
|
|
Bitmap BMP_PAGE_SHADOW_MASK
|
2011-02-27 17:23:48 +01:00
|
|
|
{
|
2011-05-03 10:47:40 +02:00
|
|
|
File = "page-shadow-mask.png";
|
2011-02-27 17:23:48 +01:00
|
|
|
};
|
2011-09-07 10:25:33 +02:00
|
|
|
|
|
|
|
String STR_PAGE_BREAK
|
|
|
|
{
|
2011-09-15 17:29:10 +02:00
|
|
|
Text [ en-US ] = "Manual Page Break" ;
|
|
|
|
};
|
|
|
|
|
|
|
|
String STR_COLUMN_BREAK
|
|
|
|
{
|
|
|
|
Text [ en-US ] = "Manual Column Break" ;
|
2011-09-07 10:25:33 +02:00
|
|
|
};
|