Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / inc / xmlsourcedlg.hrc
blob748bed5f0d7cb2adc2611faa990ef66c5864d896
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 #include "sc.hrc"
12 #define BTN_OK 1
13 #define BTN_CANCEL 2
15 #define FL_SOURCE_FILE 10
16 #define BTN_SELECT_SOURCE_FILE 11
17 #define FT_SOURCE_FILE 12
19 #define FL_MAP_XML_TO_DOCUMENT 20
20 #define FT_MAPPED_CELL_TITLE 22
21 #define ED_MAPPED_CELL 23
22 #define BTN_MAPPED_CELL 24
23 #define LB_SOURCE_TREE 25
25 #define IMG_ELEMENT_DEFAULT 50
26 #define IMG_ELEMENT_REPEAT  51
27 #define IMG_ELEMENT_ATTRIBUTE 52
28 #define IMG_FILE_OPEN 53
30 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */