Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / writerperfect / inc / strings.hrc
blobe18214f511df3a6d3276edfc3eaf67a6e560e766
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 #ifndef INCLUDED_WRITERPERFECT_INC_STRINGS_HRC
11 #define INCLUDED_WRITERPERFECT_INC_STRINGS_HRC
13 #define RES_START   1000
15 #define STR_ENCODING_DIALOG_TITLE                (RES_START + 1)
16 #define STR_ENCODING_DIALOG_TITLE_MSWORKS        (RES_START + 2)
17 #define STR_ENCODING_DIALOG_TITLE_MSWRITE        (RES_START + 3)
18 #define STR_ENCODING_DIALOG_TITLE_DOSWORD        (RES_START + 4)
19 #define STR_ENCODING_DIALOG_TITLE_LOTUS          (RES_START + 5)
20 #define STR_ENCODING_DIALOG_TITLE_SYMPHONY       (RES_START + 6)
21 #define STR_ENCODING_DIALOG_TITLE_QUATTROPRO     (RES_START + 7)
23 #endif
25 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */