summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:59:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:59:09 +0000
commitba3dafbb46c653dc3830a34307d3f840ae98798d (patch)
tree1f17e6bfdae3123e24fdf9e68df225a26158f81d /svx/source/unodraw
parentd754a67cc65299b633239b06e8d5fca6e3a393ae (diff)
INTEGRATION: CWS changefileheader (1.45.34); FILE MERGED
2008/04/01 15:51:53 thb 1.45.34.3: #i85898# Stripping all external header guards 2008/04/01 12:50:16 thb 1.45.34.2: #i85898# Stripping all external header guards 2008/03/31 14:24:14 rt 1.45.34.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r--svx/source/unodraw/unopage.cxx67
1 files changed, 19 insertions, 48 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 8344147fdb..5c9a7c9e41 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $RCSfile: unopage.cxx,v $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * $Revision: 1.45 $
+ * $RCSfile: unopage.cxx,v $
+ * $Revision: 1.46 $
*
- * last change: $Author: rt $ $Date: 2008-03-12 10:11:10 $
+ * This file is part of OpenOffice.org.
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
*
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software Foundation.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
*
************************************************************************/
@@ -37,27 +32,12 @@
#include "precompiled_svx.hxx"
#define _SVX_USE_UNOGLOBALS_
-
-#ifndef _COM_SUN_STAR_DOCUMENT_EVENTOBJECT_HPP_
#include <com/sun/star/document/EventObject.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
#include <com/sun/star/lang/DisposedException.hpp>
-#endif
-
-#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
-#endif
-#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
-#endif
-#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
-#endif
-#ifndef _SOT_CLSIDS_HXX
#include <sot/clsids.hxx>
-#endif
#include <rtl/uuid.h>
#include <rtl/memory.h>
@@ -77,18 +57,9 @@
#include <svx/svdopath.hxx>
#include "unoapi.hxx"
#include <svx/svdomeas.hxx>
-
-#ifndef _E3D_EXTRUD3D_HXX
#include <svx/extrud3d.hxx>
-#endif
-
-#ifndef _E3D_LATHE3D_HXX
#include <svx/lathe3d.hxx>
-#endif
-
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
using ::rtl::OUString;
using namespace ::vos;