summaryrefslogtreecommitdiff
path: root/writerperfect/inc/strings.hrc
blob: e18214f511df3a6d3276edfc3eaf67a6e560e766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* -*- 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/.
 */

#ifndef INCLUDED_WRITERPERFECT_INC_STRINGS_HRC
#define INCLUDED_WRITERPERFECT_INC_STRINGS_HRC

#define RES_START   1000

#define STR_ENCODING_DIALOG_TITLE                (RES_START + 1)
#define STR_ENCODING_DIALOG_TITLE_MSWORKS        (RES_START + 2)
#define STR_ENCODING_DIALOG_TITLE_MSWRITE        (RES_START + 3)
#define STR_ENCODING_DIALOG_TITLE_DOSWORD        (RES_START + 4)
#define STR_ENCODING_DIALOG_TITLE_LOTUS          (RES_START + 5)
#define STR_ENCODING_DIALOG_TITLE_SYMPHONY       (RES_START + 6)
#define STR_ENCODING_DIALOG_TITLE_QUATTROPRO     (RES_START + 7)

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */