summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuexpand.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-10 19:19:18 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-10 19:19:18 +0000
commit677e921bfa06a963e70474209ef2c2d547e6f846 (patch)
tree906dcdb9aaa6b949e4e5877e2fe2cf8e2d277999 /sd/source/ui/func/fuexpand.cxx
parent7d1c3b9777bb4433fda9eca49155c59064d3a1d8 (diff)
INTEGRATION: CWS changefileheader (1.16.298); FILE MERGED
2008/04/01 15:34:33 thb 1.16.298.3: #i85898# Stripping all external header guards 2008/04/01 12:38:53 thb 1.16.298.2: #i85898# Stripping all external header guards 2008/03/31 13:58:05 rt 1.16.298.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sd/source/ui/func/fuexpand.cxx')
-rw-r--r--sd/source/ui/func/fuexpand.cxx68
1 files changed, 18 insertions, 50 deletions
diff --git a/sd/source/ui/func/fuexpand.cxx b/sd/source/ui/func/fuexpand.cxx
index 5f9b8cf4ac7a..acf2911ae35b 100644
--- a/sd/source/ui/func/fuexpand.cxx
+++ b/sd/source/ui/func/fuexpand.cxx
@@ -1,35 +1,30 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: fuexpand.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.16 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: kz $ $Date: 2006-12-12 17:17:46 $
+ * $RCSfile: fuexpand.cxx,v $
+ * $Revision: 1.17 $
*
- * The Contents of this file are made available subject to
- * the terms of GNU Lesser General Public License Version 2.1.
+ * This file is part of OpenOffice.org.
*
+ * 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.
*
- * GNU Lesser General Public License Version 2.1
- * =============================================
- * Copyright 2005 by Sun Microsystems, Inc.
- * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ * 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).
*
- * 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.
*
************************************************************************/
@@ -40,55 +35,28 @@
#include "fuexpand.hxx"
#include <sfx2/viewfrm.hxx>
-
-#ifndef _SVDOTEXT_HXX //autogen
#include <svx/svdotext.hxx>
-#endif
-#ifndef _SVX_XLINEIT0_HXX //autogen
#include <svx/xlineit0.hxx>
-#endif
-#ifndef _SVDUNDO_HXX //autogen
#include <svx/svdundo.hxx>
-#endif
-#ifndef _SFX_PRINTER_HXX //autogen
#include <sfx2/printer.hxx>
-#endif
-
-#ifndef _OUTLOBJ_HXX
#include <svx/outlobj.hxx>
-#endif
-#ifndef _SVDETC_HXX
#include <svx/svdetc.hxx>
-#endif
#include "app.hrc"
#include "strings.hrc"
#include "pres.hxx"
-#ifndef SD_VIEW_HXX
#include "View.hxx"
-#endif
#include "sdpage.hxx"
-#ifndef SD_OUTLINER_HXX
#include "Outliner.hxx"
-#endif
-#ifndef SD_DRAW_VIEW_HXX
#include "drawview.hxx"
-#endif
#include "drawdoc.hxx"
-#ifndef SD_VIEW_SHELL_HXX
#include "ViewShell.hxx"
-#endif
#include "DrawDocShell.hxx"
#include "sdresid.hxx"
#include "optsitem.hxx"
#include "sdmod.hxx"
-
-#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
-#endif
-#ifndef _EEITEM_HXX //autogen
#include <svx/eeitem.hxx>
-#endif
namespace sd {