lok: avoid expensive fetching of a property.
[LibreOffice.git] / sd / inc / prlayout.hxx
blob54c62dda96dc324b276bc27ed0eea91b42f4fcc8
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 class PresentationObjects
31 Title,
32 Background,
33 BackgroundObjects,
34 Outline_1,
35 Outline_2,
36 Outline_3,
37 Outline_4,
38 Outline_5,
39 Outline_6,
40 Outline_7,
41 Outline_8,
42 Outline_9,
43 Notes,
44 Subtitle
47 #endif // INCLUDED_SD_INC_PRLAYOUT_HXX
49 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */