lok: avoid ILibreOfficeKitNotifier null ptr de-reference on shutdown.
[LibreOffice.git] / sd / inc / prlayout.hxx
blobfcd83737dd86046c43a462345ea1a48b78ddd673
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 .
20 /*************************************************************************
21 |* Contained once the class SdPresentationLayoutDlg (not needed anymore).
22 |* This file disappeared in a mysterious way from the PVCS. It is newly
23 |* checked in and does only contain the enumerator.
24 \************************************************************************/
26 #ifndef INCLUDED_SD_INC_PRLAYOUT_HXX
27 #define INCLUDED_SD_INC_PRLAYOUT_HXX
29 enum PresentationObjects
31 PO_TITLE,
32 PO_BACKGROUND,
33 PO_BACKGROUNDOBJECTS,
34 PO_OUTLINE_1,
35 PO_OUTLINE_2,
36 PO_OUTLINE_3,
37 PO_OUTLINE_4,
38 PO_OUTLINE_5,
39 PO_OUTLINE_6,
40 PO_OUTLINE_7,
41 PO_OUTLINE_8,
42 PO_OUTLINE_9,
43 PO_NOTES,
44 PO_SUBTITLE
47 #endif // INCLUDED_SD_INC_PRLAYOUT_HXX
49 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */