summaryrefslogtreecommitdiff
path: root/svx/source/form/fmview.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 00:15:53 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 00:15:53 +0000
commitfb7aefb971ffb1ac8f3d5f0276c2ca57da3e58a1 (patch)
tree028a51a3d6d3946873d090c397550d0a96ebb7d9 /svx/source/form/fmview.cxx
parent1e0e119a1cfe01f6ab0caa5781ade15445e5b2ae (diff)
INTEGRATION: CWS changefileheader (1.52.120); FILE MERGED
2008/04/01 15:51:03 thb 1.52.120.3: #i85898# Stripping all external header guards 2008/04/01 12:48:54 thb 1.52.120.2: #i85898# Stripping all external header guards 2008/03/31 14:21:57 rt 1.52.120.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'svx/source/form/fmview.cxx')
-rw-r--r--svx/source/form/fmview.cxx135
1 files changed, 18 insertions, 117 deletions
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index f9dbe9a02f60..50e7c9575bdf 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -1,122 +1,61 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: fmview.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.52 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: vg $ $Date: 2008-01-29 08:49:41 $
+ * $RCSfile: fmview.cxx,v $
+ * $Revision: 1.53 $
*
- * 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.
*
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svx.hxx"
-
-#ifndef _SFXDOCFILE_HXX
#include <sfx2/docfile.hxx>
-#endif
#ifdef REFERENCE
#undef REFERENCE
#endif
-#ifndef _EHDL_HXX
#include <svtools/ehdl.hxx>
-#endif
-#ifndef INCLUDED_SVTOOLS_MODULEOPTIONS_HXX
#include <svtools/moduleoptions.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_SDB_SQLCONTEXT_HPP_
#include <com/sun/star/sdb/SQLContext.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UNO_XNAMINGSERVICE_HPP_
#include <com/sun/star/uno/XNamingService.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
#include <com/sun/star/sdbc/XConnection.hpp>
-#endif
-#ifndef _COM_SUN_STAR_SDBC_DATATYPE_HPP_
#include <com/sun/star/sdbc/DataType.hpp>
-#endif
-#ifndef _COM_SUN_STAR_FORM_XLOADABLE_HPP_
#include <com/sun/star/form/XLoadable.hpp>
-#endif
-
-#ifndef _COM_SUN_STAR_FORM_XRESET_HPP_
#include <com/sun/star/form/XReset.hpp>
-#endif
-
-#ifndef _SVX_FMVWIMP_HXX
#include "fmvwimp.hxx"
-#endif
-
-#ifndef _SFX_OBJSH_HXX //autogen
#include <sfx2/objsh.hxx>
-#endif
-#ifndef _SFXVIEWSH_HXX
#include <sfx2/viewsh.hxx>
-#endif
-#ifndef _SFXVIEWFRM_HXX
#include <sfx2/viewfrm.hxx>
-#endif
-#ifndef _SFX_BINDINGS_HXX
#include <sfx2/bindings.hxx>
-#endif
-
-#ifndef _SFXDISPATCH_HXX //autogen
#include <sfx2/dispatch.hxx>
-#endif
-
-#ifndef _SB_SBUNO_HXX
#include <basic/sbuno.hxx>
-#endif
-#ifndef _SFX_MACROCONF_HXX //autogen
#include <sfx2/macrconf.hxx>
-#endif
-
-#ifndef _SBXCLASS_HXX //autogen
#include <basic/sbx.hxx>
-#endif
-
-#ifndef _SVX_FMITEMS_HXX
#include "fmitems.hxx"
-#endif
-
-#ifndef _SVX_FMOBJ_HXX
#include "fmobj.hxx"
-#endif
-#ifndef _SVDITER_HXX //autogen
#include "svditer.hxx"
-#endif
-#ifndef _SVDPAGV_HXX //autogen
#include <svx/svdpagv.hxx>
-#endif
-#ifndef _SVDOGRP_HXX //autogen
#include <svx/svdogrp.hxx>
-#endif
#ifndef _FM_FMVIEW_HXX
#include <svx/fmview.hxx>
#endif
@@ -126,68 +65,30 @@
#ifndef _FM_FMPAGE_HXX
#include <svx/fmpage.hxx>
#endif
-#ifndef _SVX_FMSHELL_HXX
#include <svx/fmshell.hxx>
-#endif
#ifndef _SVX_FMPGEIMP_HXX
#include "fmpgeimp.hxx"
#endif
-#ifndef _SVX_FMTOOLS_HXX
#include "fmtools.hxx"
-#endif
-#ifndef _SVX_FMSHIMP_HXX
#include "fmshimp.hxx"
-#endif
-#ifndef _SVX_FMSERVS_HXX
#include "fmservs.hxx"
-#endif
#ifndef _SVX_FMPROP_HRC
#include "fmprop.hrc"
#endif
-#ifndef _SVX_FMUNDO_HXX
#include "fmundo.hxx"
-#endif
-#ifndef _SVX_DATACCESSDESCRIPTOR_HXX_
#include <svx/dataaccessdescriptor.hxx>
-#endif
-
-#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
#include <comphelper/processfactory.hxx>
-#endif
-#ifndef COMPHELPER_NAMEDVALUECOLLECTION_HXX
#include <comphelper/namedvaluecollection.hxx>
-#endif
-
-#ifndef _COM_SUN_STAR_UI_DIALOGS_XEXECUTABLEDIALOG_HPP_
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
-#endif
-#ifndef _COM_SUN_STAR_BEANS_PROPERTYSTATE_HPP_
#include <com/sun/star/beans/PropertyState.hpp>
-#endif
-#ifndef _COM_SUN_STAR_FORM_FORMCOMPONENTTYPE_HPP_
#include <com/sun/star/form/FormComponentType.hpp>
-#endif
-#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
-#endif
-#ifndef _URLOBJ_HXX
#include <tools/urlobj.hxx>
-#endif
-#ifndef _VCL_STDTEXT_HXX
#include <vcl/stdtext.hxx>
-#endif
#include <svx/fmglob.hxx>
-
-#ifndef _SDRPAGEWINDOW_HXX
#include <svx/sdrpagewindow.hxx>
-#endif
-
-#ifndef _SDRPAINTWINDOW_HXX
#include "sdrpaintwindow.hxx"
-#endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;