diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 20:00:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-09-05 20:00:43 +0200 |
commit | 286d04a96e11edc21395076becb26940c29b908a (patch) | |
tree | b046bc72a263575a2bb27d99912440d02d5c372e /framework | |
parent | c37cd33fad388ad486d42f008f9908784611fe23 (diff) |
update pch
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/pch/precompiled_fwk.hxx | 37 |
1 files changed, 6 insertions, 31 deletions
diff --git a/framework/inc/pch/precompiled_fwk.hxx b/framework/inc/pch/precompiled_fwk.hxx index 95ef40d7d0eb..ecd512b81ca9 100644 --- a/framework/inc/pch/precompiled_fwk.hxx +++ b/framework/inc/pch/precompiled_fwk.hxx @@ -16,40 +16,14 @@ #include "com/sun/star/beans/XFastPropertySet.hpp" #include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/configuration/theDefaultProvider.hpp" -#include "com/sun/star/container/XNameAccess.hpp" -#include "com/sun/star/frame/Desktop.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/system/SystemShellExecute.hpp" -#include "com/sun/star/system/SystemShellExecuteFlags.hpp" -#include "com/sun/star/task/XJobExecutor.hpp" #include "com/sun/star/uno/XComponentContext.hpp" #include "com/sun/star/util/XMacroExpander.hpp" -#include "com/sun/star/util/XStringWidth.hpp" #include "com/sun/star/util/theMacroExpander.hpp" -#include "comphelper/configurationhelper.hxx" -#include "comphelper/processfactory.hxx" -#include "comphelper/sequenceashashmap.hxx" -#include "cppuhelper/implbase1.hxx" #include "officecfg/Office/Common.hxx" -#include "osl/file.h" #include "rtl/bootstrap.hxx" -#include "rtl/strbuf.hxx" -#include "rtl/ustrbuf.hxx" #include "sal/types.h" -#include "svtools/colorcfg.hxx" -#include "svtools/imagemgr.hxx" -#include "svtools/langhelp.hxx" #include "svtools/miscopt.hxx" -#include "tools/urlobj.hxx" -#include "unotools/dynamicmenuoptions.hxx" -#include "unotools/historyoptions.hxx" -#include "vcl/menu.hxx" -#include "vcl/metric.hxx" -#include "vcl/mnemonic.hxx" -#include "vcl/svapp.hxx" #include "vcl/syswin.hxx" -#include "vcl/virdev.hxx" #include <algorithm> #include <boost/bind.hpp> #include <boost/utility.hpp> @@ -113,7 +87,6 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XNameReplace.hpp> #include <com/sun/star/container/XNamed.hpp> -#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> #include <com/sun/star/datatransfer/dnd/XDropTarget.hpp> #include <com/sun/star/document/AmbigousFilterRequest.hpp> #include <com/sun/star/document/FilterOptionsRequest.hpp> @@ -230,6 +203,7 @@ #include <com/sun/star/ui/ItemStyle.hpp> #include <com/sun/star/ui/ItemType.hpp> #include <com/sun/star/ui/ModuleAcceleratorConfiguration.hpp> +#include <com/sun/star/ui/ModuleUIConfigurationManager.hpp> #include <com/sun/star/ui/ModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/UIElementFactoryManager.hpp> #include <com/sun/star/ui/UIElementType.hpp> @@ -285,6 +259,7 @@ #include <comphelper/string.hxx> #include <comphelper/uno3.hxx> #include <config_features.h> +#include <config_folders.h> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/factory.hxx> #include <cppuhelper/implbase1.hxx> @@ -297,6 +272,9 @@ #include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/mslangid.hxx> #include <map> +#include <officecfg/Office/Common.hxx> +#include <officecfg/Office/Paths.hxx> +#include <officecfg/Office/TabBrowse.hxx> #include <osl/diagnose.h> #include <osl/file.hxx> #include <osl/mutex.hxx> @@ -316,13 +294,11 @@ #include <rtl/ustring.hxx> #include <sal/macros.h> #include <set> -#include <sot/filelist.hxx> #include <stdio.h> #include <string.h> #include <svl/documentlockfile.hxx> #include <svl/imageitm.hxx> #include <svl/languageoptions.hxx> -#include <svl/urihelper.hxx> #include <svtools/acceleratorexecute.hxx> #include <svtools/colorcfg.hxx> #include <svtools/framestatuslistener.hxx> @@ -332,10 +308,10 @@ #include <svtools/langtab.hxx> #include <svtools/menuoptions.hxx> #include <svtools/miscopt.hxx> +#include <svtools/openfiledroptargetlistener.hxx> #include <svtools/sfxecode.hxx> #include <svtools/statusbarcontroller.hxx> #include <svtools/toolboxcontroller.hxx> -#include <svtools/transfer.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <toolkit/helper/convert.hxx> @@ -375,7 +351,6 @@ #include <vcl/graphicfilter.hxx> #include <vcl/i18nhelp.hxx> #include <vcl/image.hxx> -#include <vcl/keycod.hxx> #include <vcl/menu.hxx> #include <vcl/mnemonic.hxx> #include <vcl/msgbox.hxx> |