summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-04-11 10:57:12 +0000
committerRüdiger Timm <rt@openoffice.org>2008-04-11 10:57:12 +0000
commitddca41d31bb8c7bba008a62a255280eb4840ce5b (patch)
tree3a0979659154e4e24d8b2a24fe9e3d3c9a8871f2 /sfx2/source/appl/appcfg.cxx
parenta4aaead4940289db5d1b4e4c888ca3d5437d1b13 (diff)
INTEGRATION: CWS changefileheader (1.73.2); FILE MERGED
2008/04/01 15:38:38 thb 1.73.2.3: #i85898# Stripping all external header guards 2008/04/01 12:40:39 thb 1.73.2.2: #i85898# Stripping all external header guards 2008/03/31 13:38:00 rt 1.73.2.1: #i87441# Change license header to LPGL v3.
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx89
1 files changed, 18 insertions, 71 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 335388a6addb..d15893f8feca 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -1,122 +1,69 @@
/*************************************************************************
*
- * OpenOffice.org - a multi-platform office productivity suite
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
- * $RCSfile: appcfg.cxx,v $
+ * Copyright 2008 by Sun Microsystems, Inc.
*
- * $Revision: 1.73 $
+ * OpenOffice.org - a multi-platform office productivity suite
*
- * last change: $Author: obo $ $Date: 2008-03-25 16:54:49 $
+ * $RCSfile: appcfg.cxx,v $
+ * $Revision: 1.74 $
*
- * 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_sfx2.hxx"
-
-#ifndef _COM_SUN_STAR_UNO_REFERENCE_HXX_
#include <com/sun/star/uno/Reference.hxx>
-#endif
-#ifndef _COM_SUN_STAR_FRAME_XDESKTOP_HPP_
#include <com/sun/star/frame/XDesktop.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UTIL_XURLTRANSFORMER_HPP_
#include <com/sun/star/util/XURLTransformer.hpp>
-#endif
#ifndef _COM_SUN_STAR_BEANS_PropertyValue_HPP_
#include <com/sun/star/beans/PropertyValue.hpp>
#endif
-#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
#include <com/sun/star/beans/XPropertySet.hpp>
-#endif
-#ifndef _COM_SUN_STAR_UTIL_XFLUSHABLE_HPP_
#include <com/sun/star/util/XFlushable.hpp>
-#endif
#ifndef _STDLIB_H
#include <stdlib.h>
#endif
-
-#ifndef _CONFIG_HXX
#include <tools/config.hxx>
-#endif
-#ifndef _SV_SOUND_HXX //autogen
#include <vcl/sound.hxx>
-#endif
-#ifndef _SV_MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
-#endif
-
-#ifndef _STRING_HXX
#include <tools/string.hxx>
-#endif
-
-#ifndef _SFXITEMPOOL_HXX //autogen
#include <svtools/itempool.hxx>
-#endif
-#ifndef _AEITEM_HXX //autogen
#include <svtools/aeitem.hxx>
-#endif
-#ifndef _SFXSLSTITM_HXX //autogen
#include <svtools/slstitm.hxx>
-#endif
-#ifndef _SFXSTRITEM_HXX //autogen
#include <svtools/stritem.hxx>
-#endif
-#ifndef _SFXINTITEM_HXX //autogen
#include <svtools/intitem.hxx>
-#endif
-#ifndef _SFXENUMITEM_HXX //autogen
#include <svtools/eitem.hxx>
-#endif
-#ifndef _SFXSZITEM_HXX
#include <svtools/szitem.hxx>
-#endif
-#ifndef _UNDO_HXX //autogen
#include <svtools/undo.hxx>
-#endif
#define _SVSTDARR_STRINGS
#include <svtools/svstdarr.hxx>
-
-#ifndef _SVTOOLS_TTPROPS_HXX // handmade
#include <svtools/ttprops.hxx>
-#endif
-#ifndef _SFXSIDS_HRC // handmade
#include <sfx2/sfxsids.hrc>
-#endif
-#ifndef _SOT_EXCHANGE_HXX //autogen
#include <sot/exchange.hxx>
-#endif
//#include <svtools/agprop.hxx>
#include <sj2/sjapplet.hxx>
-
-#ifndef _SFXISETHINT_HXX
#include <svtools/isethint.hxx>
-#endif
#include <unotools/configmgr.hxx>
#include <tools/urlobj.hxx>