summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/inputdlg.hrc
blob: 8c2891cfaf2e2d9941a3bd2ab2dd486e9a888215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * Copyright 2012 LibreOffice contributors.
 *
 * 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/.
 */

#define DLG_INPUT_BOX       256
#define LABEL_INPUT_TEXT    2
#define EDT_INPUT_FIELD     3
#define BTN_INPUT_OK        4
#define BTN_INPUT_CANCEL    5

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