forked from amazingfate/loongoffice
Change-Id: I74fb244b2440ddf7682362444c20730ac0e58cea Reviewed-on: https://gerrit.libreoffice.org/35212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
23 lines
562 B
Plaintext
23 lines
562 B
Plaintext
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* 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/.
|
|
*/
|
|
|
|
#include "pagefrm.hrc"
|
|
|
|
Bitmap BMP_PAGE_SHADOW_MASK
|
|
{
|
|
File = "page-shadow-mask.png";
|
|
};
|
|
|
|
String STR_COLUMN_BREAK
|
|
{
|
|
Text [ en-US ] = "Manual Column Break" ;
|
|
};
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|