Update git submodules
[LibreOffice.git] / sd / inc / prlayout.hxx
blob7cf768eae8eae4ee5f1c87a2eb8d2f2f946f35b6
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 #pragma once
28 enum class PresentationObjects
30 Title,
31 Background,
32 BackgroundObjects,
33 Outline_1,
34 Outline_2,
35 Outline_3,
36 Outline_4,
37 Outline_5,
38 Outline_6,
39 Outline_7,
40 Outline_8,
41 Outline_9,
42 Notes,
43 Subtitle
46 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */