LibreOffice Module shell (master) 1
spsuppDlg.h
Go to the documentation of this file.
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*/
9
10#define IDD_EDIT_OR_RO 101
11#define IDC_STATIC -1
12#define ID_RO 1000
13#define ID_EDIT 1001
14#define IDC_EDIT_OR_RO 1002
15
16// Next default values for new objects
17
18#ifdef APSTUDIO_INVOKED
19#ifndef APSTUDIO_READONLY_SYMBOLS
20#define _APS_NEXT_RESOURCE_VALUE 103
21#define _APS_NEXT_COMMAND_VALUE 40001
22#define _APS_NEXT_CONTROL_VALUE 1002
23#define _APS_NEXT_SYMED_VALUE 101
24#endif
25#endif
26
27/* vim:set shiftwidth=4 softtabstop=4 expandtab: */