[Libreoffice-commits] .: 3 commits - cui/source sc/source sfx2/source starmath/source svl/inc svl/Package_inc.mk sw/source tools/inc tools/Package_inc.mk unotools/source xmloff/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Fri Jun 15 07:30:13 PDT 2012


 cui/source/options/optinet2.cxx          |    1 
 sc/source/core/inc/core_pch.hxx          |  233 -----------------
 sc/source/filter/inc/filt_pch.hxx        |  302 ----------------------
 sc/source/filter/xml/xmlfonte.cxx        |    6 
 sc/source/ui/app/template.cxx            |   76 -----
 sc/source/ui/inc/ui_pch.hxx              |  317 -----------------------
 sfx2/source/bastyp/frmhtmlw.cxx          |    2 
 sfx2/source/doc/doc.hrc                  |    1 
 sfx2/source/doc/doc.src                  |   21 -
 sfx2/source/doc/objuno.cxx               |    1 
 starmath/source/math_pch.cxx             |  421 -------------------------------
 svl/Package_inc.mk                       |    1 
 svl/inc/svl/inetdef.hxx                  |   31 --
 sw/source/ui/dochdl/swdtflvr.cxx         |    5 
 sw/source/ui/lingu/hhcwrp.cxx            |    6 
 sw/source/ui/uno/SwXDocumentSettings.hxx |    4 
 tools/Package_inc.mk                     |    1 
 tools/inc/tools/inetdef.hxx              |   46 ---
 unotools/source/config/docinfohelper.cxx |    2 
 xmloff/source/core/xmlexp.cxx            |    1 
 xmloff/source/meta/xmlmetae.cxx          |    2 
 21 files changed, 1480 deletions(-)

New commits:
commit 8a8ca66139bacd7b768bcfa20121c45f8fcf7019
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Jun 15 15:55:17 2012 +0200

    Remove unused template.cxx
    
    Change-Id: Ie269fb800390dbc3f37f0002509ebcccafb038de

diff --git a/sc/source/ui/app/template.cxx b/sc/source/ui/app/template.cxx
deleted file mode 100644
index e0f778c..0000000
--- a/sc/source/ui/app/template.cxx
+++ /dev/null
@@ -1,76 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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.
- *
- ************************************************************************/
-
-#include "template.hxx"
-
-//------------------------------------------------------------------------
-
-ScTemplateDlg::ScTemplateDlg(Window * pParent, sal_uInt16 nAppResource) :
-//  SfxTemplateDlg( pParent, nAppResource )
-    SfxTemplateDialog( pParent )
-{
-}
-
-//------------------------------------------------------------------------
-
-ScTemplateDlg::~ScTemplateDlg()
-{
-}
-
-//------------------------------------------------------------------------
-
-sal_Bool ScTemplateDlg::New(String &rNewName)
-{
-    return sal_True;
-}
-
-
-void ScTemplateDlg::Edit(const String &)
-{
-}
-
-
-sal_Bool ScTemplateDlg::Delete(const String &)
-{
-    return sal_True;
-}
-
-
-void ScTemplateDlg::InvalidateTemplates()
-{
-}
-
-
-void ScTemplateDlg::ToggleApplyTemplate()
-{
-}
-
-
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit 8c707faa8368c952b54007948f808e6fd4ebb84e
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Jun 15 15:38:29 2012 +0200

    Remove some PCH leftovers
    
    There are still some pch headers in use. Simply:
    
    find . -name *_pch*
    
    Change-Id: Idafcd4f1451877ad9b08c8bbea526266d7414553

diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx
deleted file mode 100644
index db3f845..0000000
--- a/sc/source/core/inc/core_pch.hxx
+++ /dev/null
@@ -1,232 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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.
- *
- ************************************************************************/
-
-//  ItemID-Defines etc. must be included first
-
-#include "scitems.hxx"
-
-
-#define SC_PROGRESS_CXX
-
-#include <tools/solar.h>
-#include <string.h>
-#include <tools/rtti.hxx>
-#include <limits.h>
-#include <tools/ref.hxx>
-#include <tools/contnr.hxx>
-#include <tools/link.hxx>
-#include <tools/stream.hxx>
-#include <tools/errinf.hxx>
-#include <tools/errcode.hxx>
-#include <global.hxx>
-#include <tools/color.hxx>
-#include <i18npool/lang.h>
-#include <tools/gen.hxx>
-#include <svl/svarray.hxx>
-#include <markarr.hxx>
-#include <vcl/timer.hxx>
-#include <rangelst.hxx>
-#include <document.hxx>
-#include <vcl/prntypes.hxx>
-#include <table.hxx>
-#include <column.hxx>
-#include <svl/hint.hxx>
-#include <svl/lstner.hxx>
-#include <svl/poolitem.hxx>
-#include <tools/time.hxx>
-#include <svl/solar.hrc>
-#include <svl/brdcst.hxx>
-#include <svx/svxids.hrc>
-#include <svl/memberid.hrc>
-#include <sfx2/sfx.hrc>
-#include <sfx2/sfxsids.hrc>
-#include <svl/cntwids.hrc>
-#include <tools/resid.hxx>
-#include <tools/table.hxx>
-#include <stdarg.h>
-#include <tools/rc.hxx>
-#include <tools/resmgr.hxx>
-#include <rsc/rscsfx.hxx>
-#include <basic/sbxdef.hxx>
-#include <svl/itemset.hxx>
-#include <stddef.h>
-#include <collect.hxx>
-#include <scitems.hxx>
-#include <tools/globname.hxx>
-#include <tools/fract.hxx>
-#include <sfx2/shell.hxx>
-#include <cell.hxx>
-#include <tools/mempool.hxx>
-#include <vcl/color.hxx>
-#include <vcl/region.hxx>
-#include <vcl/mapmod.hxx>
-#include <vcl/bitmap.hxx>
-#include <svl/eitem.hxx>
-#include <svl/intitem.hxx>
-#include <sot/object.hxx>
-#include <sot/factory.hxx>
-#include <sot/sotdata.hxx>
-#include <vcl/keycod.hxx>
-#include <vcl/keycodes.hxx>
-#include <rechead.hxx>
-#include <vcl/apptypes.hxx>
-#include <vcl/vclenum.hxx>
-#include <globstr.hrc>
-#include <formula/compiler.hrc>
-#include <tools/shl.hxx>
-#include <compiler.hxx>
-#include <vcl/font.hxx>
-#include <svl/smplhint.hxx>
-#include <vcl/wall.hxx>
-#include <vcl/settings.hxx>
-#include <vcl/accel.hxx>
-#include <patattr.hxx>
-#include <svl/zforlist.hxx>
-#include <vcl/svapp.hxx>
-#include <vcl/outdev.hxx>
-#include <vcl/pointr.hxx>
-#include <vcl/ptrstyle.hxx>
-#include <tools/wintypes.hxx>
-#include <vcl/event.hxx>
-#include <svl/itempool.hxx>
-#include <tools/datetime.hxx>
-#include <attrib.hxx>
-#include <docpool.hxx>
-#include <sot/storage.hxx>
-#include <sfx2/objsh.hxx>
-#include <vcl/window.hxx>
-#include <svtools/confitem.hxx>
-#include <vcl/syswin.hxx>
-#include <sc.hrc>
-#include <svx/dialogs.hrc>
-#include <math.h>
-#include <svl/style.hxx>
-#include <svl/style.hrc>
-#include <stdlib.h>
-#include <vcl/prntypes.hxx>
-#include <vcl/jobset.hxx>
-#include <vcl/gdimtf.hxx>
-#include <tools/urlobj.hxx>
-#include <vcl/print.hxx>
-#include <docoptio.hxx>
-#include <markdata.hxx>
-#include <vcl/wrkwin.hxx>
-#include <stlpool.hxx>
-#include <sfx2/app.hxx>
-#include <svl/inetmsg.hxx>
-#include <svtools/compat.hxx>
-#include <svl/inethist.hxx>
-#include <vcl/accel.hxx>
-#include <sfx2/sfxdefs.hxx>
-#include <sfx2/module.hxx>
-#include <sfx2/imgdef.hxx>
-#include <vcl/ctrl.hxx>
-#include <vcl/field.hxx>
-#include <vcl/spinfld.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/timer.hxx>
-#include <vcl/combobox.hxx>
-#include <vcl/combobox.h>
-#include <refupdat.hxx>
-#include <editeng/boxitem.hxx>
-#include <conditio.hxx>
-#include <brdcst.hxx>
-#include <editeng/svxenum.hxx>
-#include <dociter.hxx>
-#include <scdll.hxx>
-#include <stdio.h>
-#include <stlsheet.hxx>
-#include <vcl/gdiobj.hxx>
-#include <vcl/mapmod.hxx>
-#include <progress.hxx>
-#include <sfx2/progress.hxx>
-#include <vcl/event.hxx>
-#include <vcl/window.hxx>
-#include <svx/algitem.hxx>
-#include <vcl/field.hxx>
-#include <svx/svdtypes.hxx>
-#include <vcl/graph.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/animate.hxx>
-#include <vcl/graph.h>
-#include <drwlayer.hxx>
-#include <svx/svdmodel.hxx>
-#include <scresid.hxx>
-#include <vcl/print.hxx>
-#include <attarray.hxx>
-#include <svl/ownlist.hxx>
-#include <interpre.hxx>
-#include <subtotal.hxx>
-#include <rangenam.hxx>
-#include <scmatrix.hxx>
-#include <svx/pageitem.hxx>
-#include <dbdata.hxx>
-#include <userlist.hxx>
-#include <editeng/editdata.hxx>
-#include <basic/sbxvar.hxx>
-#include <basic/sbxcore.hxx>
-#include <svx/svdobj.hxx>
-#include <svx/svdsob.hxx>
-#include <svx/svdglue.hxx>
-#include <editeng/langitem.hxx>
-#include <editeng/eeitem.hxx>
-#include <callform.hxx>
-#include <validat.hxx>
-#include <editeng/brshitem.hxx>
-#include <sot/exchange.hxx>
-#include <editeng/editeng.hxx>
-#include <vcl/fonttype.hxx>
-#include <editeng/editobj.hxx>
-#include <editeng/wghtitem.hxx>
-#include <editeng/fhgtitem.hxx>
-#include <svl/stritem.hxx>
-#include <pivot.hxx>
-#include <vcl/gdimtf.hxx>
-#include <svx/svdpage.hxx>
-#include <svx/svdlayer.hxx>
-#include <sfx2/linkmgr.hxx>
-#include <ctype.h>
-#include <vcl/font.hxx>
-#include <editeng/fontitem.hxx>
-#include <editeng/postitem.hxx>
-#include <svx/svditer.hxx>
-#include <editeng/udlnitem.hxx>
-#include <adiasync.hxx>
-#include <sfx2/bindings.hxx>
-#include <ddelink.hxx>
-#include <chartlis.hxx>
-#include <sfx2/minarray.hxx>
-#include <svtools/txtcmp.hxx>
-#include <olinetab.hxx>
-#include <basic/sbxobj.hxx>
-#include <cfgids.hxx>
-
-
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx
deleted file mode 100644
index 5e3b92e..0000000
--- a/sc/source/filter/inc/filt_pch.hxx
+++ /dev/null
@@ -1,302 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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.
- *
- ************************************************************************/
-
-//  ItemID-Defines etc. muessen immer ganz vorne stehen
-
-#include "scitems.hxx"
-
-
-#define SC_PROGRESS_CXX
-
-#include <tools/solar.h>
-#include <rtl/textenc.h>
-#include <sal/types.h>
-#include <sal/config.h>
-#include <rtl/textcvt.h>
-#include <rtl/string.hxx>
-#include <rtl/string.h>
-#include <rtl/ustring.h>
-#include <rtl/memory.h>
-#include <rtl/ustring.hxx>
-#include <rtl/locale.hxx>
-#include <rtl/locale.h>
-#include <tools/contnr.hxx>
-#include <i18npool/lang.h>
-#include <global.hxx>
-#include <tools/stream.hxx>
-#include <tools/errinf.hxx>
-#include <tools/rtti.hxx>
-#include <tools/errcode.hxx>
-#include <tools/ref.hxx>
-#include <tools/link.hxx>
-#include <tools/time.hxx>
-#include <svl/svarray.hxx>
-#include <vcl/timer.hxx>
-#include <tools/gen.hxx>
-#include <tools/color.hxx>
-#include <tools/color.hxx>
-#include <filter.hxx>
-#include <rangelst.hxx>
-#include <osl/mutex.h>
-#include <com/sun/star/uno/Any.hxx>
-#include <com/sun/star/uno/Any.h>
-#include <cppu/macros.hxx>
-#include <uno/lbnames.h>
-#include <uno/any2.h>
-#include <uno/data.h>
-#include <typelib/typedescription.h>
-#include <typelib/uik.h>
-#include <typelib/typeclass.h>
-#include <com/sun/star/uno/Type.h>
-#include <com/sun/star/uno/TypeClass.hdl>
-#include <com/sun/star/uno/Type.hxx>
-#include <osl/mutex.hxx>
-#include <com/sun/star/uno/genfunc.hxx>
-#include <com/sun/star/uno/genfunc.h>
-#include <com/sun/star/uno/XInterface.hpp>
-#include <com/sun/star/uno/XInterface.hdl>
-#include <com/sun/star/uno/Reference.h>
-#include <com/sun/star/uno/RuntimeException.hdl>
-#include <com/sun/star/uno/Exception.hdl>
-#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/uno/RuntimeException.hpp>
-#include <com/sun/star/uno/Exception.hpp>
-#include <svl/hint.hxx>
-#include <svl/poolitem.hxx>
-#include <document.hxx>
-#include <vcl/prntypes.hxx>
-#include <table.hxx>
-#include <column.hxx>
-#include <markarr.hxx>
-#include <root.hxx>
-#include <flttypes.hxx>
-#include <svl/solar.hrc>
-#include <sfx2/sfxsids.hrc>
-#include <svl/cntwids.hrc>
-#include <sfx2/cntids.hrc>
-#include <tools/mempool.hxx>
-#include <compiler.hxx>
-#include <formula/compiler.hrc>
-#include <sfx2/sfx.hrc>
-#include <scitems.hxx>
-#include <svx/svxids.hrc>
-#include <svl/itemset.hxx>
-#include <svl/memberid.hrc>
-#include <tools/table.hxx>
-#include <flttools.hxx>
-#include <vcl/vclenum.hxx>
-#include <tools/resid.hxx>
-#include <tools/rc.hxx>
-#include <tools/resmgr.hxx>
-#include <tools/fract.hxx>
-#include <vcl/bitmap.hxx>
-#include <vcl/mapmod.hxx>
-#include <tools/mapunit.hxx>
-#include <vcl/region.hxx>
-#include <svl/lstner.hxx>
-#include <patattr.hxx>
-#include <vcl/font.hxx>
-#include <svl/cenumitm.hxx>
-#include <svl/eitem.hxx>
-#include <svl/intitem.hxx>
-#include <svl/cintitem.hxx>
-#include <svl/brdcst.hxx>
-#include <tools/globname.hxx>
-#include <sot/factory.hxx>
-#include <sot/object.hxx>
-#include <sot/sotdata.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/alpha.hxx>
-#include <vcl/gdimtf.hxx>
-#include <vcl/graph.hxx>
-#include <vcl/animate.hxx>
-#include <vcl/graph.h>
-#include <vcl/gfxlink.hxx>
-#include <rsc/rscsfx.hxx>
-#include <vcl/wall.hxx>
-#include <vcl/settings.hxx>
-#include <vcl/accel.hxx>
-#include <vcl/keycod.hxx>
-#include <vcl/keycodes.hxx>
-#include <namebuff.hxx>
-#include <tools/shl.hxx>
-#include <editeng/fhgtitem.hxx>
-#include <com/sun/star/uno/Sequence.h>
-#include <uno/sequence2.h>
-#include <com/sun/star/uno/Sequence.hxx>
-#include <attrib.hxx>
-#include <svl/zforlist.hxx>
-#include <editeng/fontitem.hxx>
-#include <com/sun/star/lang/XEventListener.hpp>
-#include <com/sun/star/lang/XEventListener.hdl>
-#include <com/sun/star/lang/EventObject.hdl>
-#include <com/sun/star/lang/EventObject.hpp>
-#include <vcl/outdev.hxx>
-#include <com/sun/star/beans/PropertyValue.hpp>
-#include <com/sun/star/beans/PropertyValue.hdl>
-#include <com/sun/star/beans/PropertyState.hdl>
-#include <com/sun/star/beans/PropertyState.hpp>
-#include <collect.hxx>
-#include <vcl/window.hxx>
-#include <vcl/pointr.hxx>
-#include <vcl/ptrstyle.hxx>
-#include <tools/wintypes.hxx>
-#include <vcl/inputctx.hxx>
-#include <vcl/event.hxx>
-#include <vcl/cmdevt.hxx>
-#include <vcl/vclenum.hxx>
-#include <cell.hxx>
-#include <osl/interlck.h>
-#include <sfx2/sfxuno.hxx>
-#include <colrowst.hxx>
-#include <com/sun/star/util/URL.hpp>
-#include <com/sun/star/util/URL.hdl>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hdl>
-#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <com/sun/star/lang/XSingleServiceFactory.hdl>
-#include <com/sun/star/lang/XTypeProvider.hpp>
-#include <com/sun/star/lang/XTypeProvider.hdl>
-#include <cppuhelper/typeprovider.hxx>
-#include <rtl/uuid.h>
-#include <cppuhelper/queryinterface.hxx>
-#include <cppuhelper/factory.hxx>
-#include <uno/dispatcher.h>
-#include <com/sun/star/registry/XRegistryKey.hpp>
-#include <com/sun/star/registry/XRegistryKey.hdl>
-#include <com/sun/star/registry/InvalidRegistryException.hdl>
-#include <com/sun/star/registry/InvalidValueException.hdl>
-#include <com/sun/star/registry/RegistryKeyType.hdl>
-#include <com/sun/star/registry/RegistryValueType.hdl>
-#include <com/sun/star/registry/InvalidRegistryException.hpp>
-#include <com/sun/star/registry/InvalidValueException.hpp>
-#include <com/sun/star/registry/RegistryKeyType.hpp>
-#include <com/sun/star/registry/RegistryValueType.hpp>
-#include <sot/storage.hxx>
-#include <tools/datetime.hxx>
-#include <osl/thread.h>
-#include <imp_op.hxx>
-#include <otlnbuff.hxx>
-#include <tokstack.hxx>
-#include <com/sun/star/container/NoSuchElementException.hdl>
-#include <com/sun/star/container/NoSuchElementException.hpp>
-#include <vcl/svapp.hxx>
-#include <osl/thread.hxx>
-#include <salhelper/simplereferenceobject.hxx>
-#include <vcl/apptypes.hxx>
-#include <editeng/editdata.hxx>
-#include <editeng/editeng.hxx>
-#include <com/sun/star/lang/WrappedTargetException.hdl>
-#include <com/sun/star/lang/WrappedTargetException.hpp>
-#include <sfx2/shell.hxx>
-#include <com/sun/star/lang/XComponent.hpp>
-#include <com/sun/star/lang/XComponent.hdl>
-#include <editeng/svxenum.hxx>
-#include <formel.hxx>
-#include <com/sun/star/container/XElementAccess.hdl>
-#include <com/sun/star/container/XElementAccess.hpp>
-#include <svl/itempool.hxx>
-#include <editeng/eeitem.hxx>
-#include <rangenam.hxx>
-#include <vcl/syswin.hxx>
-#include <svl/smplhint.hxx>
-#include <fontbuff.hxx>
-#include <vcl/ctrl.hxx>
-#include <vcl/field.hxx>
-#include <vcl/spinfld.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/menu.hxx>
-#include <vcl/combobox.hxx>
-#include <vcl/combobox.h>
-#include <tools/fldunit.hxx>
-#include <com/sun/star/frame/XFrame.hpp>
-#include <com/sun/star/frame/XFrame.hdl>
-#include <com/sun/star/awt/XWindow.hpp>
-#include <com/sun/star/awt/XWindow.hdl>
-#include <com/sun/star/awt/Rectangle.hdl>
-#include <com/sun/star/awt/Rectangle.hpp>
-#include <com/sun/star/awt/XFocusListener.hpp>
-#include <com/sun/star/awt/XFocusListener.hdl>
-#include <com/sun/star/awt/FocusEvent.hdl>
-#include <com/sun/star/awt/FocusEvent.hpp>
-#include <com/sun/star/awt/XKeyListener.hpp>
-#include <com/sun/star/awt/XKeyListener.hdl>
-#include <com/sun/star/awt/KeyEvent.hdl>
-#include <com/sun/star/awt/InputEvent.hdl>
-#include <com/sun/star/awt/KeyEvent.hpp>
-#include <com/sun/star/awt/InputEvent.hpp>
-#include <com/sun/star/awt/XMouseListener.hpp>
-#include <com/sun/star/awt/XMouseListener.hdl>
-#include <com/sun/star/awt/MouseEvent.hdl>
-#include <com/sun/star/awt/MouseEvent.hpp>
-#include <com/sun/star/awt/XMouseMotionListener.hpp>
-#include <com/sun/star/awt/XMouseMotionListener.hdl>
-#include <com/sun/star/awt/XPaintListener.hpp>
-#include <com/sun/star/awt/XPaintListener.hdl>
-#include <com/sun/star/awt/PaintEvent.hdl>
-#include <com/sun/star/awt/PaintEvent.hpp>
-#include <com/sun/star/awt/XWindowListener.hpp>
-#include <com/sun/star/awt/XWindowListener.hdl>
-#include <com/sun/star/awt/WindowEvent.hdl>
-#include <com/sun/star/awt/WindowEvent.hpp>
-#include <com/sun/star/frame/XController.hpp>
-#include <com/sun/star/frame/XController.hdl>
-#include <com/sun/star/frame/XModel.hpp>
-#include <com/sun/star/frame/XModel.hdl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.hdl>
-#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
-#include <com/sun/star/container/XIndexAccess.hdl>
-#include <com/sun/star/container/XIndexAccess.hpp>
-#include <excrecds.hxx>
-#include <scerrors.hxx>
-#include <docpool.hxx>
-#include <svx/msdffimp.hxx>
-#include <com/sun/star/lang/IllegalArgumentException.hdl>
-#include <com/sun/star/lang/IllegalArgumentException.hpp>
-#include <tools/urlobj.hxx>
-#include <editeng/colritem.hxx>
-#include <vcl/wrkwin.hxx>
-#include <excimp8.hxx>
-#include <excscen.hxx>
-#include <com/sun/star/frame/XFrameActionListener.hpp>
-#include <com/sun/star/frame/XFrameActionListener.hdl>
-#include <com/sun/star/frame/FrameActionEvent.hdl>
-#include <com/sun/star/frame/FrameAction.hdl>
-#include <com/sun/star/frame/FrameActionEvent.hpp>
-#include <com/sun/star/frame/FrameAction.hpp>
-#include <com/sun/star/frame/XFramesSupplier.hpp>
-#include <com/sun/star/frame/XFramesSupplier.hdl>
-#include <com/sun/star/frame/XFrames.hpp>
-#include <com/sun/star/frame/XFrames.hdl>
-#include <svx/msdffdef.hxx>
-#include <vcl/image.hxx>
-
-
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/filter/xml/xmlfonte.cxx b/sc/source/filter/xml/xmlfonte.cxx
index 8ded83c..ed49622 100644
--- a/sc/source/filter/xml/xmlfonte.cxx
+++ b/sc/source/filter/xml/xmlfonte.cxx
@@ -26,16 +26,10 @@
  *
  ************************************************************************/
 
-#ifdef PRECOMPILED
-#include "filt_pch.hxx"
-#endif
-
-
 #include "scitems.hxx"
 
 #include <editeng/eeitem.hxx>
 
-
 #include <xmloff/XMLFontAutoStylePool.hxx>
 #include <editeng/fontitem.hxx>
 #include <editeng/editeng.hxx>
diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx
deleted file mode 100644
index 295bb28..0000000
--- a/sc/source/ui/inc/ui_pch.hxx
+++ /dev/null
@@ -1,316 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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.
- *
- ************************************************************************/
-
-//  ItemID-Defines etc. muessen immer ganz vorne stehen
-
-#include "scitems.hxx"
-
-#define _PRINTFUN_CXX
-#define _INPUTHDL_CXX
-
-#include <tools/solar.h>
-#include <svl/solar.hrc>
-#include <tools/rtti.hxx>
-#include <string.h>
-#include <tools/contnr.hxx>
-#include <tools/ref.hxx>
-#include <tools/link.hxx>
-#include <i18npool/lang.h>
-#include <sfx2/sfx.hrc>
-#include <svl/memberid.hrc>
-#include <sfx2/sfxsids.hrc>
-#include <svl/cntwids.hrc>
-#include <tools/resid.hxx>
-#include <tools/rc.hxx>
-#include <tools/resmgr.hxx>
-#include <tools/gen.hxx>
-#include <tools/fract.hxx>
-#include <tools/time.hxx>
-#include <vcl/keycod.hxx>
-#include <vcl/keycodes.hxx>
-#include <tools/globname.hxx>
-#include <tools/color.hxx>
-#include <vcl/region.hxx>
-#include <vcl/mapmod.hxx>
-#include <vcl/bitmap.hxx>
-#include <svx/svxids.hrc>
-#include <vcl/vclenum.hxx>
-#include <sot/object.hxx>
-#include <sot/sotdata.hxx>
-#include <sot/factory.hxx>
-#include <vcl/font.hxx>
-#include <vcl/wall.hxx>
-#include <vcl/settings.hxx>
-#include <vcl/accel.hxx>
-#include <vcl/outdev.hxx>
-#include <vcl/pointr.hxx>
-#include <vcl/ptrstyle.hxx>
-#include <tools/wintypes.hxx>
-#include <vcl/event.hxx>
-#include <limits.h>
-#include <tools/errinf.hxx>
-#include <tools/errcode.hxx>
-#include <tools/stream.hxx>
-#include <vcl/color.hxx>
-#include <vcl/window.hxx>
-#include <global.hxx>
-#include <vcl/syswin.hxx>
-#include <svl/svarray.hxx>
-#include <vcl/ctrl.hxx>
-#include <svl/hint.hxx>
-#include <svl/poolitem.hxx>
-#include <vcl/image.hxx>
-#include <vcl/timer.hxx>
-#include <vcl/symbol.hxx>
-#include <vcl/fixed.hxx>
-#include <svl/brdcst.hxx>
-#include <vcl/timer.hxx>
-#include <sc.hrc>
-#include <stdarg.h>
-#include <svx/dialogs.hrc>
-#include <basic/sbxdef.hxx>
-#include <svl/lstner.hxx>
-#include <sfx2/shell.hxx>
-#include <vcl/window.hxx>
-#include <vcl/group.hxx>
-#include <tools/table.hxx>
-#include <svl/itemset.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/button.hxx>
-#include <rangelst.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/combobox.h>
-#include <tools/shl.hxx>
-#include <vcl/field.hxx>
-#include <vcl/spinfld.hxx>
-#include <vcl/combobox.hxx>
-#include <svl/eitem.hxx>
-#include <svl/itempool.hxx>
-#include <sfx2/tabdlg.hxx>
-#include <vcl/tabdlg.hxx>
-#include <vcl/tabpage.hxx>
-#include <vcl/tabctrl.hxx>
-#include <shellids.hxx>
-#include <vcl/event.hxx>
-#include <svl/intitem.hxx>
-#include <svtools/confitem.hxx>
-#include <markdata.hxx>
-#include <svx/optgrid.hxx>
-#include <vcl/apptypes.hxx>
-#include <viewopti.hxx>
-#include <viewdata.hxx>
-#include <sfx2/viewsh.hxx>
-#include <sfx2/clientsh.hxx>
-#include <document.hxx>
-#include <vcl/prntypes.hxx>
-#include <table.hxx>
-#include <column.hxx>
-#include <markarr.hxx>
-#include <vcl/mapmod.hxx>
-#include <svl/undo.hxx>
-#include <vcl/seleng.hxx>
-#include <rsc/rscsfx.hxx>
-#include <sfx2/zoomitem.hxx>
-#include <vcl/scrbar.hxx>
-#include <viewutil.hxx>
-#include <vcl/svapp.hxx>
-#include <tools/datetime.hxx>
-#include <tabview.hxx>
-#include <select.hxx>
-#include <sfx2/imgdef.hxx>
-#include <viewfunc.hxx>
-#include <sfx2/module.hxx>
-#include <dbfunc.hxx>
-#include <vcl/accel.hxx>
-#include <svl/smplhint.hxx>
-#include <sfx2/viewfac.hxx>
-#include <sot/storage.hxx>
-#include <sfx2/objsh.hxx>
-#include <target.hxx>
-#include <tabvwsh.hxx>
-#include <svl/inethist.hxx>
-#include <sfx2/sfxdefs.hxx>
-#include <svtools/compat.hxx>
-#include <svl/inetmsg.hxx>
-#include <sfx2/app.hxx>
-#include <tools/urlobj.hxx>
-#include <scdll.hxx>
-#include <sfx2/msg.hxx>
-#include <svl/ownlist.hxx>
-#include <sfx2/objface.hxx>
-#include <sfx2/viewfrm.hxx>
-#include <sfx2/frame.hxx>
-#include <scresid.hxx>
-#include <sfx2/ipfrm.hxx>
-#include <docsh.hxx>
-#include <vcl/wintypes.hxx>
-#include <sfx2/docfac.hxx>
-#include <scitems.hxx>
-#include <vcl/virdev.hxx>
-#include <globstr.hrc>
-#include <tcov.hxx>
-#include <vcl/dialog.hxx>
-#include <vcl/gdimtf.hxx>
-#include <vcl/lstbox.h>
-#include <sfx2/minarray.hxx>
-#include <sfx2/bindings.hxx>
-#include <vcl/lstbox.hxx>
-#include <vcl/pointr.hxx>
-#include <vcl/prntypes.hxx>
-#include <vcl/jobset.hxx>
-#include <svx/svdtypes.hxx>
-#include <vcl/btndlg.hxx>
-#include <vcl/svapp.hxx>
-#include <svl/svstdarr.hxx>
-#include <vcl/edit.hxx>
-#include <svl/stritem.hxx>
-#include <collect.hxx>
-#include <svx/svdsob.hxx>
-#include <vcl/button.hxx>
-#include <svx/svdobj.hxx>
-#include <svx/svdglue.hxx>
-#include <svx/svdlayer.hxx>
-#include <vcl/msgbox.hxx>
-#include <svx/svdmrkv.hxx>
-#include <svx/svdmark.hxx>
-#include <svx/svdhdl.hxx>
-#include <svx/svdsnpv.hxx>
-#include <svx/svdpntv.hxx>
-#include <svx/svddrag.hxx>
-#include <svx/svdhlpln.hxx>
-#include <scmod.hxx>
-#include <sfx2/request.hxx>
-#include <vcl/field.hxx>
-#include <svx/svdview.hxx>
-#include <svx/svdcrtv.hxx>
-#include <vcl/print.hxx>
-#include <vcl/floatwin.hxx>
-#include <vcl/wrkwin.hxx>
-#include <sfx2/childwin.hxx>
-#include <sfx2/chalign.hxx>
-#include <sfx2/dispatch.hxx>
-#include <vcl/graph.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/animate.hxx>
-#include <vcl/graph.h>
-#include <editeng/editdata.hxx>
-#include <svtools/stdctrl.hxx>
-#include <sfx2/basedlgs.hxx>
-#include <conditio.hxx>
-#include <vcl/combobox.hxx>
-#include <vcl/print.hxx>
-#include <uiitems.hxx>
-#include <svx/svdmodel.hxx>
-#include <vcl/gdiobj.hxx>
-#include <editeng/editeng.hxx>
-#include <svx/pageitem.hxx>
-#include <anyrefdg.hxx>
-#include <basic/sbxcore.hxx>
-#include <vcl/ctrl.hxx>
-#include <svx/xenum.hxx>
-#include <dbdata.hxx>
-#include <sot/exchange.hxx>
-#include <math.h>
-#include <vcl/wrkwin.hxx>
-#include <basic/sbxvar.hxx>
-#include <vcl/image.hxx>
-#include <svx/xdef.hxx>
-#include <drwlayer.hxx>
-#include <editutil.hxx>
-#include <svx/xit.hxx>
-#include <svx/xcolit.hxx>
-#include <attrib.hxx>
-#include <patattr.hxx>
-#include <svx/xfillit0.hxx>
-#include <svx/xlineit0.hxx>
-#include <svx/xflasit.hxx>
-#include <svx/xlnasit.hxx>
-#include <svx/svdattr.hxx>
-#include <svx/sdangitm.hxx>
-#include <svx/sderitm.hxx>
-#include <svx/sdmetitm.hxx>
-#include <svx/svddef.hxx>
-#include <svx/sdooitm.hxx>
-#include <svx/sdprcitm.hxx>
-#include <svx/sdshcitm.hxx>
-#include <svx/sdshitm.hxx>
-#include <svx/sdshtitm.hxx>
-#include <svx/sdsxyitm.hxx>
-#include <svx/sdtaaitm.hxx>
-#include <svx/sdtacitm.hxx>
-#include <svx/sdtaditm.hxx>
-#include <svx/sdtagitm.hxx>
-#include <svx/sdtaiitm.hxx>
-#include <svx/sdynitm.hxx>
-#include <svx/sdtaitm.hxx>
-#include <svx/sdtakitm.hxx>
-#include <svx/sdtayitm.hxx>
-#include <svx/sdtcfitm.hxx>
-#include <svx/sdtditm.hxx>
-#include <svx/sdtfsitm.hxx>
-#include <svx/sdtmfitm.hxx>
-#include <tools/poly.hxx>
-#include <vcl/gdimtf.hxx>
-#include <cell.hxx>
-#include <stddef.h>
-#include <tools/mempool.hxx>
-#include <svl/style.hrc>
-#include <drawview.hxx>
-#include <svx/view3d.hxx>
-#include <svx/def3d.hxx>
-#include <vcl/floatwin.hxx>
-#include <basic/sbxobj.hxx>
-#include <editeng/svxenum.hxx>
-#include <svx/xtextit0.hxx>
-#include <svx/svdtrans.hxx>
-#include <svl/style.hxx>
-#include <reffact.hxx>
-#include <svx/svdotext.hxx>
-#include <svx/svdoattr.hxx>
-#include <tools/wldcrd.hxx>
-#include <rangenam.hxx>
-#include <undobase.hxx>
-#include <vcl/dockwin.hxx>
-#include <vcl/virdev.hxx>
-#include <rangeutl.hxx>
-#include <vcl/toolbox.hxx>
-#include <fupoor.hxx>
-#include <docpool.hxx>
-#include <vcl/button.hxx>
-#include <svl/srchitem.hxx>
-#include <svx/svdorect.hxx>
-#include <svl/whiter.hxx>
-#include <stlpool.hxx>
-#include <editeng/eeitem.hxx>
-#include <inputhdl.hxx>
-#include <svx/svdpage.hxx>
-
-
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/starmath/source/math_pch.cxx b/starmath/source/math_pch.cxx
deleted file mode 100644
index 5c6d706..0000000
--- a/starmath/source/math_pch.cxx
+++ /dev/null
@@ -1,421 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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.
- *
- ************************************************************************/
-
-
-#define SMDLL 1
-
-#include "starmath.hrc"
-
-#define ITEMID_FONT         1
-#define ITEMID_FONTHEIGHT   2
-#define ITEMID_LRSPACE      3
-#define ITEMID_WEIGHT       4
-
-//--------- ab hier die "generierten"
-#include <tools/string.hxx>
-#include <tools/solar.h>
-#include <tools/contnr.hxx>
-#include <tools/rtti.hxx>
-#include <tools/ref.hxx>
-#include <tools/link.hxx>
-#include <svl/brdcst.hxx>
-#include <svl/svarray.hxx>
-#include <osl/diagnose.h>
-#include <svl/hint.hxx>
-#include <svl/smplhint.hxx>
-#include <sot/sotref.hxx>
-#include <tools/globname.hxx>
-#include <sot/factory.hxx>
-#include <basic/sbxdef.hxx>
-#include <tools/time.hxx>
-#include <tools/gen.hxx>
-#include <tools/stream.hxx>
-#include <tools/errinf.hxx>
-#include <tools/errcode.hxx>
-#include <sot/object.hxx>
-#include <sot/sotdata.hxx>
-#include <sfx2/shell.hxx>
-#include <sal/types.h>
-#include <sal/config.h>
-#include <vcl/accel.hxx>
-#include <tools/resid.hxx>
-#include <tools/rc.hxx>
-#include <i18npool/lang.h>
-#include <tools/resmgr.hxx>
-#include <vcl/keycod.hxx>
-#include <vcl/keycodes.hxx>
-#include <vcl/vclenum.hxx>
-#include <vcl/cmdevt.hxx>
-#include <vcl/font.hxx>
-#include <tools/color.hxx>
-#include <vcl/region.hxx>
-#include <vcl/mapmod.hxx>
-#include <tools/fract.hxx>
-#include <vcl/wall.hxx>
-#include <vcl/settings.hxx>
-#include <vcl/bitmap.hxx>
-#include <vcl/pointr.hxx>
-#include <vcl/ptrstyle.hxx>
-#include <vcl/wintypes.hxx>
-#include <vcl/inputctx.hxx>
-#include <vcl/event.hxx>
-#include <format.hxx>
-#include <utility.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/ctrl.hxx>
-#include <vcl/window.hxx>
-#include <sfx2/minarray.hxx>
-#include <vcl/combobox.hxx>
-#include <vcl/combobox.h>
-#include <vcl/menu.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/lstbox.hxx>
-#include <vcl/lstbox.h>
-#include <usr/guid.hxx>
-#include <usr/sequ.hxx>
-#include <uno/types.h>
-#include <uno/macros.h>
-#include <osl/mutex.h>
-#include <tools/shl.hxx>
-#include <sfx2/module.hxx>
-#include <sfx2/imgdef.hxx>
-#include <usr/uno.hxx>
-#include <usr/xiface.hxx>
-#include <usr/ustring.hxx>
-#include <salhelper/simplereferenceobject.hxx>
-#include <osl/types.h>
-#include <osl/interlck.h>
-#include <smdll.hxx>
-#include <sfx2/sfxsids.hrc>
-#include <chaos/cntids.hrc>
-#include <svl/cntwids.hrc>
-#include <svl/solar.hrc>
-#include <svl/lstner.hxx>
-#include <starmath.hrc>
-#include <basic/sbx.hxx>
-#include <basic/sbxform.hxx>
-#include <basic/sbxobj.hxx>
-#include <basic/sbxvar.hxx>
-#include <basic/sbxcore.hxx>
-#include <basic/sbxprop.hxx>
-#include <basic/sbxmeth.hxx>
-#include <svl/poolitem.hxx>
-#include <svtools/args.hxx>
-#include <smmod.hxx>
-#include <osl/thread.hxx>
-#include <osl/thread.h>
-#include <vcl/apptypes.hxx>
-#include <vcl/svapp.hxx>
-#include <vcl/timer.hxx>
-#include <sfx2/app.hxx>
-#include <sfx2/sfx.hrc>
-#include <svl/memberid.hrc>
-#include <vcl/syswin.hxx>
-#include <tools/wldcrd.hxx>
-#include <parse.hxx>
-#include <types.hxx>
-#include <config.hxx>
-#include <svtools/confitem.hxx>
-#include <tools/poly.hxx>
-#include <svx/xpoly.hxx>
-#include <rect.hxx>
-#include <vcl/outdev.hxx>
-#include <smart/com/sun/star/frame/XDispatchProviderInterceptor.hxx>
-#include <smart/com/sun/star/frame/XDispatch.hxx>
-#include <smart/com/sun/star/frame/XDispatchProvider.hxx>
-#include <smart/com/sun/star/frame/XStatusListener.hxx>
-#include <smart/com/sun/star/frame/FrameSearchFlag.hxx>
-#include <smart/com/sun/star/frame/XDispatchProviderInterception.hxx>
-#include <smart/com/sun/star/frame/FeatureStateEvent.hxx>
-#include <smart/com/sun/star/frame/DispatchDescriptor.hxx>
-#include <smart/com/sun/star/frame/XFrameActionListener.hxx>
-#include <smart/com/sun/star/frame/XComponentLoader.hxx>
-#include <smart/com/sun/star/frame/XFrame.hxx>
-#include <smart/com/sun/star/frame/FrameActionEvent.hxx>
-#include <smart/com/sun/star/frame/FrameAction.hxx>
-#include <smart/com/sun/star/util/XURLTransformer.hxx>
-#include <smart/com/sun/star/task/XStatusIndicatorFactory.hxx>
-#include <smart/com/sun/star/task/XStatusIndicatorSupplier.hxx>
-#include <smart/com/sun/star/task/XStatusIndicator.hxx>
-#include <smart/com/sun/star/frame/XBrowseHistoryRegistry.hxx>
-#include <smart/com/sun/star/io/BufferSizeExceededException.hxx>
-#include <smart/com/sun/star/io/NotConnectedException.hxx>
-#include <smart/com/sun/star/io/IOException.hxx>
-#include <smart/com/sun/star/io/UnexpectedEOFException.hxx>
-#include <smart/com/sun/star/io/WrongFormatException.hxx>
-#include <smart/com/sun/star/lang/ServiceNotRegisteredException.hxx>
-#include <smart/com/sun/star/lang/NullPointerException.hxx>
-#include <smart/com/sun/star/lang/ClassNotFoundException.hxx>
-#include <smart/com/sun/star/lang/NoSuchMethodException.hxx>
-#include <smart/com/sun/star/lang/SecurityException.hxx>
-#include <smart/com/sun/star/lang/NoSuchFieldException.hxx>
-#include <smart/com/sun/star/lang/DisposedException.hxx>
-#include <smart/com/sun/star/lang/ArrayIndexOutOfBoundsException.hxx>
-#include <smart/com/sun/star/lang/IllegalAccessException.hxx>
-#include <smart/com/sun/star/lang/IndexOutOfBoundsException.hxx>
-#include <smart/com/sun/star/lang/IllegalArgumentException.hxx>
-#include <smart/com/sun/star/lang/NoSupportException.hxx>
-#include <smart/com/sun/star/lang/WrappedTargetException.hxx>
-#include <smart/com/sun/star/reflection/ParamInfo.hxx>
-#include <smart/com/sun/star/reflection/XIdlArray.hxx>
-#include <smart/com/sun/star/reflection/XIdlClassProvider.hxx>
-#include <smart/com/sun/star/reflection/FieldAccessMode.hxx>
-#include <smart/com/sun/star/reflection/XIdlClass.hxx>
-#include <smart/com/sun/star/reflection/XIdlField.hxx>
-#include <smart/com/sun/star/reflection/ParamMode.hxx>
-#include <smart/com/sun/star/reflection/MethodMode.hxx>
-#include <smart/com/sun/star/reflection/XIdlMember.hxx>
-#include <smart/com/sun/star/reflection/XIdlReflection.hxx>
-#include <smart/com/sun/star/reflection/XIdlMethod.hxx>
-#include <smart/com/sun/star/reflection/InvocationTargetException.hxx>
-#include <smart/com/sun/star/beans/PropertyValues.hxx>
-#include <smart/com/sun/star/beans/XPropertySet.hxx>
-#include <smart/com/sun/star/beans/PropertyValue.hxx>
-#include <smart/com/sun/star/beans/PropertyState.hxx>
-#include <smart/com/sun/star/beans/XPropertySetInfo.hxx>
-#include <smart/com/sun/star/beans/XMultiPropertySet.hxx>
-#include <smart/com/sun/star/beans/XFastPropertySet.hxx>
-#include <smart/com/sun/star/beans/XVetoableChangeListener.hxx>
-#include <smart/com/sun/star/beans/XPropertyState.hxx>
-#include <smart/com/sun/star/beans/XPropertyStateChangeListener.hxx>
-#include <smart/com/sun/star/beans/PropertyAttribute.hxx>
-#include <smart/com/sun/star/beans/XPropertiesChangeListener.hxx>
-#include <smart/com/sun/star/beans/XPropertyChangeListener.hxx>
-#include <smart/com/sun/star/beans/XPropertyAccess.hxx>
-#include <smart/com/sun/star/beans/XPropertyContainer.hxx>
-#include <smart/com/sun/star/beans/PropertyStateChangeEvent.hxx>
-#include <smart/com/sun/star/beans/PropertyChangeEvent.hxx>
-#include <smart/com/sun/star/beans/UnknownPropertyException.hxx>
-#include <smart/com/sun/star/beans/IntrospectionException.hxx>
-#include <smart/com/sun/star/beans/PropertyExistException.hxx>
-#include <smart/com/sun/star/beans/IllegalTypeException.hxx>
-#include <smart/com/sun/star/beans/PropertyVetoException.hxx>
-#include <smart/com/sun/star/container/XEnumerationAccess.hxx>
-#include <smart/com/sun/star/container/XHierarchicalNameAccess.hxx>
-#include <smart/com/sun/star/container/XNameAccess.hxx>
-#include <smart/com/sun/star/container/XContentEnumerationAccess.hxx>
-#include <smart/com/sun/star/container/XEnumeration.hxx>
-#include <smart/com/sun/star/container/XElementAccess.hxx>
-#include <smart/com/sun/star/container/XIndexAccess.hxx>
-#include <smart/com/sun/star/lang/XEventListener.hxx>
-#include <smart/com/sun/star/lang/EventObject.hxx>
-#include <smart/com/sun/star/script/XAllListenerAdapterService.hxx>
-#include <smart/com/sun/star/script/XAllListener.hxx>
-#include <smart/com/sun/star/script/AllEventObject.hxx>
-#include <smart/com/sun/star/container/XComponentEnumeration.hxx>
-#include <smart/com/sun/star/lang/XComponent.hxx>
-#include <smart/com/sun/star/container/XComponentEnumerationAccess.hxx>
-#include <smart/com/sun/star/lang/ListenerExistException.hxx>
-#include <smart/com/sun/star/container/ElementExistException.hxx>
-#include <smart/com/sun/star/lang/InvalidListenerException.hxx>
-#include <smart/com/sun/star/container/NoSuchElementException.hxx>
-#include <smart/com/sun/star/awt/XKeyListener.hxx>
-#include <smart/com/sun/star/awt/XPaintListener.hxx>
-#include <smart/com/sun/star/awt/KeyEvent.hxx>
-#include <smart/com/sun/star/awt/KeyModifier.hxx>
-#include <smart/com/sun/star/awt/XMouseMotionListener.hxx>
-#include <smart/com/sun/star/awt/FocusEvent.hxx>
-#include <smart/com/sun/star/awt/XWindowListener.hxx>
-#include <smart/com/sun/star/awt/XActivateListener.hxx>
-#include <smart/com/sun/star/awt/MouseEvent.hxx>
-#include <smart/com/sun/star/awt/XTopWindowListener.hxx>
-#include <smart/com/sun/star/awt/PaintEvent.hxx>
-#include <smart/com/sun/star/awt/InputEvent.hxx>
-#include <smart/com/sun/star/awt/KeyGroup.hxx>
-#include <smart/com/sun/star/awt/Key.hxx>
-#include <smart/com/sun/star/awt/WindowEvent.hxx>
-#include <smart/com/sun/star/awt/XMouseListener.hxx>
-#include <smart/com/sun/star/awt/KeyFunction.hxx>
-#include <smart/com/sun/star/awt/FocusChangeReason.hxx>
-#include <smart/com/sun/star/awt/MouseButton.hxx>
-#include <smart/com/sun/star/awt/XFocusListener.hxx>
-#include <smart/com/sun/star/awt/XAdjustmentListener.hxx>
-#include <smart/com/sun/star/awt/XActionListener.hxx>
-#include <smart/com/sun/star/awt/XTextListener.hxx>
-#include <smart/com/sun/star/awt/XSpinListener.hxx>
-#include <smart/com/sun/star/awt/XItemListener.hxx>
-#include <smart/com/sun/star/awt/XVclContainerListener.hxx>
-#include <smart/com/sun/star/awt/XFileDialog.hxx>
-#include <smart/com/sun/star/awt/XTextComponent.hxx>
-#include <smart/com/sun/star/awt/XListBox.hxx>
-#include <smart/com/sun/star/awt/XProgressMonitor.hxx>
-#include <smart/com/sun/star/awt/TextAlign.hxx>
-#include <smart/com/sun/star/awt/XScrollBar.hxx>
-#include <smart/com/sun/star/awt/XVclContainerPeer.hxx>
-#include <smart/com/sun/star/awt/XTabControllerModel.hxx>
-#include <smart/com/sun/star/awt/XMessageBox.hxx>
-#include <smart/com/sun/star/awt/XTextEditField.hxx>
-#include <smart/com/sun/star/awt/Style.hxx>
-#include <smart/com/sun/star/awt/XTimeField.hxx>
-#include <smart/com/sun/star/awt/XVclWindowPeer.hxx>
-#include <smart/com/sun/star/awt/XControlModel.hxx>
-#include <smart/com/sun/star/awt/XSpinField.hxx>
-#include <smart/com/sun/star/awt/XUnoControlContainer.hxx>
-#include <smart/com/sun/star/awt/XTextLayoutConstrains.hxx>
-#include <smart/com/sun/star/awt/XNumericField.hxx>
-#include <smart/com/sun/star/awt/XButton.hxx>
-#include <smart/com/sun/star/awt/XTextArea.hxx>
-#include <smart/com/sun/star/awt/XImageButton.hxx>
-#include <smart/com/sun/star/awt/XFixedText.hxx>
-#include <smart/com/sun/star/awt/XControlContainer.hxx>
-#include <smart/com/sun/star/awt/XDialog.hxx>
-#include <smart/com/sun/star/awt/ScrollBarOrientation.hxx>
-#include <smart/com/sun/star/awt/XRadioButton.hxx>
-#include <smart/com/sun/star/awt/XCurrencyField.hxx>
-#include <smart/com/sun/star/awt/XPatternField.hxx>
-#include <smart/com/sun/star/awt/VclWindowPeerAttribute.hxx>
-#include <smart/com/sun/star/awt/XTabController.hxx>
-#include <smart/com/sun/star/awt/XVclContainer.hxx>
-#include <smart/com/sun/star/awt/XDateField.hxx>
-#include <smart/com/sun/star/awt/XComboBox.hxx>
-#include <smart/com/sun/star/awt/XControl.hxx>
-#include <smart/com/sun/star/awt/XCheckBox.hxx>
-#include <smart/com/sun/star/awt/MessageBoxCommand.hxx>
-#include <smart/com/sun/star/awt/XLayoutConstrains.hxx>
-#include <smart/com/sun/star/awt/XProgressBar.hxx>
-#include <smart/com/sun/star/awt/SimpleFontMetric.hxx>
-#include <smart/com/sun/star/awt/FontWeight.hxx>
-#include <smart/com/sun/star/awt/FontSlant.hxx>
-#include <smart/com/sun/star/awt/CharSet.hxx>
-#include <smart/com/sun/star/awt/FontDescriptor.hxx>
-#include <smart/com/sun/star/awt/FontWidth.hxx>
-#include <smart/com/sun/star/awt/XFont.hxx>
-#include <smart/com/sun/star/awt/FontType.hxx>
-#include <smart/com/sun/star/awt/FontUnderline.hxx>
-#include <smart/com/sun/star/awt/FontStrikeout.hxx>
-#include <smart/com/sun/star/awt/FontFamily.hxx>
-#include <smart/com/sun/star/awt/FontPitch.hxx>
-#include <smart/com/sun/star/awt/XTopWindow.hxx>
-#include <smart/com/sun/star/awt/XWindow.hxx>
-#include <smart/com/sun/star/awt/PosSize.hxx>
-#include <smart/com/sun/star/awt/VclContainerEvent.hxx>
-#include <smart/com/sun/star/awt/ItemEvent.hxx>
-#include <smart/com/sun/star/awt/SpinEvent.hxx>
-#include <smart/com/sun/star/awt/TextEvent.hxx>
-#include <smart/com/sun/star/awt/AdjustmentType.hxx>
-#include <smart/com/sun/star/awt/ActionEvent.hxx>
-#include <smart/com/sun/star/awt/AdjustmentEvent.hxx>
-#include <smart/com/sun/star/awt/Rectangle.hxx>
-#include <smart/com/sun/star/awt/Selection.hxx>
-#include <smart/com/sun/star/awt/Size.hxx>
-#include <smart/com/sun/star/awt/WindowDescriptor.hxx>
-#include <smart/com/sun/star/awt/InvalidateStyle.hxx>
-#include <smart/com/sun/star/awt/XToolkit.hxx>
-#include <smart/com/sun/star/awt/XWindowPeer.hxx>
-#include <smart/com/sun/star/awt/WindowClass.hxx>
-#include <smart/com/sun/star/awt/XSystemDependentWindowPeer.hxx>
-#include <smart/com/sun/star/awt/WindowAttribute.hxx>
-#include <smart/com/sun/star/awt/XPointer.hxx>
-#include <smart/com/sun/star/awt/SystemPointer.hxx>
-#include <smart/com/sun/star/awt/XView.hxx>
-#include <usr/refl.hxx>
-#include <sfx2/msg.hxx>
-#include <svl/itemset.hxx>
-#include <sfx2/basedlgs.hxx>
-#include <sfx2/viewfrm.hxx>
-#include <sfx2/frame.hxx>
-#include <sfx2/objface.hxx>
-#include <svl/eitem.hxx>
-#include <svl/intitem.hxx>
-#include <symbol.hxx>
-#include <svl/itempool.hxx>
-#include <vcl/image.hxx>
-#include <vcl/metric.hxx>
-#include <sfx2/inimgr.hxx>
-#include <node.hxx>
-#include <sfx2/docfac.hxx>
-#include <svl/ownlist.hxx>
-#include <sfx2/objsh.hxx>
-#include <svl/stritem.hxx>
-#include <sfx2/ipfrm.hxx>
-#include <vcl/dialog.hxx>
-#include <sfx2/dispatch.hxx>
-#include <svl/svstdarr.hxx>
-#include <sfx2/bindings.hxx>
-#include <dialog.hxx>
-#include <vcl/symbol.hxx>
-#include <sfx2/tabdlg.hxx>
-#include <vcl/button.hxx>
-#include <vcl/tabdlg.hxx>
-#include <vcl/tabpage.hxx>
-#include <vcl/tabctrl.hxx>
-#include <svx/optgenrl.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/group.hxx>
-#include <document.hxx>
-#include <vcl/spinfld.hxx>
-#include <vcl/menubtn.hxx>
-#include <svtools/ctrlbox.hxx>
-#include <vcl/virdev.hxx>
-#include <vcl/field.hxx>
-#include <svtools/ctrltool.hxx>
-#include <sfx2/interno.hxx>
-#include <sfx2/sfxdefs.hxx>
-#include <sfx2/childwin.hxx>
-#include <sfx2/chalign.hxx>
-#include <vcl/floatwin.hxx>
-#include <sot/storage.hxx>
-#include <rsc/rscsfx.hxx>
-#include <vcl/msgbox.hxx>
-#include <vcl/btndlg.hxx>
-#include <uno/uno.h>
-#include <uno/string.h>
-#include <uno/sequence.h>
-#include <uno/any.h>
-#include <uno/exceptn.h>
-#include <uno/intrface.h>
-#include <uno/factory.h>
-#include <uno/api.h>
-#include <svx/svxids.hrc>
-#include <view.hxx>
-#include <sfx2/dockwin.hxx>
-#include <sfx2/viewsh.hxx>
-#include <sfx2/clientsh.hxx>
-#include <svtools/scrwin.hxx>
-#include <vcl/scrbar.hxx>
-#include <sfx2/ctrlitem.hxx>
-#include <sfx2/viewfac.hxx>
-#include <edit.hxx>
-#include <editeng/editdata.hxx>
-#include <toolbox.hxx>
-#include <vcl/toolbox.hxx>
-#include <vcl/dockwin.hxx>
-#include <smslots.hxx>
-#include <svl/undo.hxx>
-#include <sfx2/request.hxx>
-#include <svl/whiter.hxx>
-#include <vcl/prntypes.hxx>
-#include <vcl/jobset.hxx>
-#include <vcl/gdimtf.hxx>
-#include <sot/exchange.hxx>
-#include <vcl/wrkwin.hxx>
-#include <action.hxx>
-#include <sfx2/filedlg.hxx>
-#include <sfx2/iodlg.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/dochdl/swdtflvr.cxx b/sw/source/ui/dochdl/swdtflvr.cxx
index f3f90d5..ad1ddb2 100644
--- a/sw/source/ui/dochdl/swdtflvr.cxx
+++ b/sw/source/ui/dochdl/swdtflvr.cxx
@@ -26,11 +26,6 @@
  *
  ************************************************************************/
 
-#ifdef PRECOMPILED
-#include "ui_pch.hxx"
-#endif
-
-
 #include <com/sun/star/embed/XVisualObject.hpp>
 #include <com/sun/star/embed/XTransactedObject.hpp>
 #include <com/sun/star/embed/Aspects.hpp>
diff --git a/sw/source/ui/lingu/hhcwrp.cxx b/sw/source/ui/lingu/hhcwrp.cxx
index 56a77b1..5a34917 100644
--- a/sw/source/ui/lingu/hhcwrp.cxx
+++ b/sw/source/ui/lingu/hhcwrp.cxx
@@ -26,11 +26,6 @@
  *
  ************************************************************************/
 
-#ifdef PRECOMPILED
-#include "ui_pch.hxx"
-#endif
-
-
 #include <hintids.hxx>
 #include <view.hxx>
 #include <wrtsh.hxx>
@@ -38,7 +33,6 @@
 #include <globals.hrc>
 #include <splargs.hxx>
 
-
 #include <vcl/msgbox.hxx>
 #include <editeng/unolingu.hxx>
 #include <editeng/langitem.hxx>
diff --git a/sw/source/ui/uno/SwXDocumentSettings.hxx b/sw/source/ui/uno/SwXDocumentSettings.hxx
index e79aa94..2267891 100644
--- a/sw/source/ui/uno/SwXDocumentSettings.hxx
+++ b/sw/source/ui/uno/SwXDocumentSettings.hxx
@@ -29,10 +29,6 @@
 #ifndef _SW_XDOCUMENT_SETTINGS_HXX
 #define _SW_XDOCUMENT_SETTINGS_HXX
 
-#ifdef PRECOMPILED
-#include "ui_pch.hxx"
-#endif
-
 #include <comphelper/MasterPropertySet.hxx>
 #include <com/sun/star/text/XTextDocument.hpp>
 #include  <com/sun/star/lang/XServiceInfo.hpp>
commit f5533a71fa335c9c66398dff980effff009acc8a
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Jun 15 15:30:17 2012 +0200

    Remove obsolete inetdef.hxx
    
    Change-Id: I043e226a1cec527c51cbd91075634d5c9ca371d8

diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index 19a95a7..dfd413a 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -39,7 +39,6 @@
 #include <sfx2/viewsh.hxx>
 #include <sfx2/sfxsids.hrc>
 #include <sfx2/filedlghelper.hxx>
-#include <tools/inetdef.hxx>
 #include <svl/urihelper.hxx>
 #include <svl/cntwids.hrc>
 #include <sfx2/app.hxx>
diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx
index f2ad272..db3f845 100644
--- a/sc/source/core/inc/core_pch.hxx
+++ b/sc/source/core/inc/core_pch.hxx
@@ -140,7 +140,6 @@
 #include <sfx2/app.hxx>
 #include <svl/inetmsg.hxx>
 #include <svtools/compat.hxx>
-#include <svl/inetdef.hxx>
 #include <svl/inethist.hxx>
 #include <vcl/accel.hxx>
 #include <sfx2/sfxdefs.hxx>
diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx
index a5c129b..295bb28 100644
--- a/sc/source/ui/inc/ui_pch.hxx
+++ b/sc/source/ui/inc/ui_pch.hxx
@@ -154,7 +154,6 @@
 #include <target.hxx>
 #include <tabvwsh.hxx>
 #include <svl/inethist.hxx>
-#include <svl/inetdef.hxx>
 #include <sfx2/sfxdefs.hxx>
 #include <svtools/compat.hxx>
 #include <svl/inetmsg.hxx>
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx
index bcb60da..63f3ec0 100644
--- a/sfx2/source/bastyp/frmhtmlw.cxx
+++ b/sfx2/source/bastyp/frmhtmlw.cxx
@@ -26,8 +26,6 @@
  *
  ************************************************************************/
 
-
-#include <svl/inetdef.hxx>
 #include "svtools/htmlkywd.hxx"
 
 #include <rtl/tencinfo.h>
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc
index dbff52d..660f69f 100644
--- a/sfx2/source/doc/doc.hrc
+++ b/sfx2/source/doc/doc.hrc
@@ -99,7 +99,6 @@
 #define RID_STR_FILTCONFIG                  (RID_SFX_DOC_START+ 52)
 #define RID_STR_FILTBASIC                   (RID_SFX_DOC_START+ 53)
 #define RID_STR_WARNSTYLEOVERWRITE          (RID_SFX_DOC_START+ 54)
-#define RID_DLSTATUS                        (RID_SFX_DOC_START+ 55)
 
 #define MSG_OPEN_READONLY                   (RID_SFX_DOC_START+ 58)
 
diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src
index 0222868..d458561 100644
--- a/sfx2/source/doc/doc.src
+++ b/sfx2/source/doc/doc.src
@@ -27,8 +27,6 @@
 #include <sfx2/sfx.hrc>
 #include "doc.hrc"
 #define __RSC
-#include <svl/inetdef.hxx>
-
 
  // -----------------------------------------------------------------------
 QueryBox MSG_CONFIRM_FILTER
@@ -229,25 +227,6 @@ String RID_STR_WARNSTYLEOVERWRITE
 {
     Text [ en-US ] = "Should the \"$(ARG1)\" Style be replaced?" ;
 };
-Resource RID_DLSTATUS
-{
-    String INET_NAME_RESOLVE_START
-    {
-        Text [ en-US ] = "Connection to: $(HOST). Waiting for response..." ;
-    };
-    String INET_CONNECT_START
-    {
-        Text [ en-US ] = "Opening $(TARGET) at $(HOST)" ;
-    };
-    String INET_READ_STATUS
-    {
-        Text [ en-US ] = "Loading: $(TARGET) from $(HOST). Loaded: $(BYTE)" ;
-    };
-    String INET_CONNECTION_CLOSED
-    {
-        Text [ en-US ] = "Disconnected" ;
-    };
-};
 QueryBox MSG_OPEN_READONLY
 {
     BUTTONS = WB_YES_NO ;
diff --git a/sfx2/source/doc/objuno.cxx b/sfx2/source/doc/objuno.cxx
index 64574a1..b5182ac 100644
--- a/sfx2/source/doc/objuno.cxx
+++ b/sfx2/source/doc/objuno.cxx
@@ -47,7 +47,6 @@
 #include <com/sun/star/document/XCompatWriterDocProperties.hpp>
 
 #include <unotools/configmgr.hxx>
-#include <tools/inetdef.hxx>
 #include <unotools/bootstrap.hxx>
 #include <cppuhelper/interfacecontainer.hxx>
 #include <osl/mutex.hxx>
diff --git a/svl/Package_inc.mk b/svl/Package_inc.mk
index 6b869a0..dd71260 100644
--- a/svl/Package_inc.mk
+++ b/svl/Package_inc.mk
@@ -59,7 +59,6 @@ $(eval $(call gb_Package_add_file,svl_inc,inc/svl/hint.hxx,svl/hint.hxx))
 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/httpcook.hxx,svl/httpcook.hxx))
 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/ilstitem.hxx,svl/ilstitem.hxx))
 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/imageitm.hxx,svl/imageitm.hxx))
-$(eval $(call gb_Package_add_file,svl_inc,inc/svl/inetdef.hxx,svl/inetdef.hxx))
 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/inethist.hxx,svl/inethist.hxx))
 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/inetmsg.hxx,svl/inetmsg.hxx))
 $(eval $(call gb_Package_add_file,svl_inc,inc/svl/inetstrm.hxx,svl/inetstrm.hxx))
diff --git a/svl/inc/svl/inetdef.hxx b/svl/inc/svl/inetdef.hxx
deleted file mode 100644
index 3984dcc..0000000
--- a/svl/inc/svl/inetdef.hxx
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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.
- *
- ************************************************************************/
-
-#include <tools/inetdef.hxx>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/Package_inc.mk b/tools/Package_inc.mk
index 58c8270..f216f05 100644
--- a/tools/Package_inc.mk
+++ b/tools/Package_inc.mk
@@ -49,7 +49,6 @@ $(eval $(call gb_Package_add_file,tools_inc,inc/tools/fsys.hxx,tools/fsys.hxx))
 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/gen.hxx,tools/gen.hxx))
 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/getprocessworkingdir.hxx,tools/getprocessworkingdir.hxx))
 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/globname.hxx,tools/globname.hxx))
-$(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetdef.hxx,tools/inetdef.hxx))
 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetmime.hxx,tools/inetmime.hxx))
 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetmsg.hxx,tools/inetmsg.hxx))
 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/inetstrm.hxx,tools/inetstrm.hxx))
diff --git a/tools/inc/tools/inetdef.hxx b/tools/inc/tools/inetdef.hxx
deleted file mode 100644
index 137cb2f..0000000
--- a/tools/inc/tools/inetdef.hxx
+++ /dev/null
@@ -1,46 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * 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.
- *
- * 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).
- *
- * 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.
- *
- ************************************************************************/
-
-#ifndef _TOOLS_INETDEF_HXX
-#define _TOOLS_INETDEF_HXX
-
-//============================================================================
-// The following definitions seem obsolete and might get removed in future.
-
-#if defined __RSC
-#define INET_NAME_RESOLVE_START 1
-#define INET_CONNECT_START 4
-#define INET_READ_STATUS 12
-#define INET_READ_SUCCESS 14
-#define INET_CONNECTION_CLOSED 16
-#endif // __RSC
-    // the above definitions are only used in sfx2/source/doc/doc.src
-
-#endif // _TOOLS_INETDEF_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/unotools/source/config/docinfohelper.cxx b/unotools/source/config/docinfohelper.cxx
index d8aa666..be64bd3 100644
--- a/unotools/source/config/docinfohelper.cxx
+++ b/unotools/source/config/docinfohelper.cxx
@@ -26,9 +26,7 @@
  *
  ************************************************************************/
 
-
 #include <rtl/ustrbuf.hxx>
-#include <tools/inetdef.hxx>
 #include <unotools/configmgr.hxx>
 #include <unotools/bootstrap.hxx>
 #include <unotools/docinfohelper.hxx>
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 9dc41e6..82c414e 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -86,7 +86,6 @@
 #include <unotools/docinfohelper.hxx>
 #include <unotools/bootstrap.hxx>
 #include <unotools/configmgr.hxx>
-#include <tools/inetdef.hxx>
 #include <com/sun/star/document/XDocumentProperties.hpp>
 #include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
 #include <com/sun/star/embed/XEncryptionProtectedSource2.hpp>
diff --git a/xmloff/source/meta/xmlmetae.cxx b/xmloff/source/meta/xmlmetae.cxx
index 590368f..8d85972 100644
--- a/xmloff/source/meta/xmlmetae.cxx
+++ b/xmloff/source/meta/xmlmetae.cxx
@@ -26,9 +26,7 @@
  *
  ************************************************************************/
 
-
 #include <tools/debug.hxx>
-#include <tools/inetdef.hxx>
 #include <i18npool/mslangid.hxx>
 #include <rtl/ustrbuf.hxx>
 


More information about the Libreoffice-commits mailing list