/**************************************************************
 * 
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * 
 *************************************************************/



/*************************************************************************
|* Enthielt frueher auch die Klasse SdPresentationLayoutDlg (wird jetzt nicht
|* mehr benoetigt). Dieses File ist auf ungeklaerte Weise aus dem PVCS
|* verschwunden und wird jetzt neu eingecheckt und enthaelt nur noch den enum.
\************************************************************************/

#ifndef _SD_PRLAYOUT_HXX_
#define _SD_PRLAYOUT_HXX_

enum PresentationObjects
{
	PO_TITLE,
	PO_BACKGROUND,
	PO_BACKGROUNDOBJECTS,
	PO_OUTLINE_1,
	PO_OUTLINE_2,
	PO_OUTLINE_3,
	PO_OUTLINE_4,
	PO_OUTLINE_5,
	PO_OUTLINE_6,
	PO_OUTLINE_7,
	PO_OUTLINE_8,
	PO_OUTLINE_9,
	PO_NOTES,
	PO_SUBTITLE
};

#endif // _SD_PRLAYOUT_HXX_

