bump product version to 6.3.0.0.beta1
[LibreOffice.git] / extensions / test / ole / MfcControl / MfcControlPpg.h
blobcb7cd71644993d3b843503af33566eab41076674
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #if !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_)
20 #define AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED_
22 #ifdef _MSC_VER
23 #pragma once
24 #endif
26 // MfcControlPpg.h : Declaration of the CMfcControlPropPage property page class.
29 // CMfcControlPropPage : See MfcControlPpg.cpp.cpp for implementation.
31 class CMfcControlPropPage : public COlePropertyPage
33 DECLARE_DYNCREATE(CMfcControlPropPage)
34 DECLARE_OLECREATE_EX(CMfcControlPropPage)
36 // Constructor
37 public:
38 CMfcControlPropPage();
40 // Dialog Data
41 //{{AFX_DATA(CMfcControlPropPage)
42 enum { IDD = IDD_PROPPAGE_MFCCONTROL };
43 // NOTE - ClassWizard will add data members here.
44 // DO NOT EDIT what you see in these blocks of generated code !
45 //}}AFX_DATA
47 // Implementation
48 protected:
49 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
51 // Message maps
52 protected:
53 //{{AFX_MSG(CMfcControlPropPage)
54 // NOTE - ClassWizard will add and remove member functions here.
55 // DO NOT EDIT what you see in these blocks of generated code !
56 //}}AFX_MSG
57 DECLARE_MESSAGE_MAP()
61 //{{AFX_INSERT_LOCATION}}
62 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
64 #endif // !defined(AFX_MFCCONTROLPPG_H__AC221FC5_A0D8_11D4_833B_005004526AB4__INCLUDED)
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */