diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 20:19:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 20:21:10 +0200 |
commit | 8f7a1111abb35bbb25daf6ace2add902f98361fc (patch) | |
tree | ce734f55dd852fefc9947c0ef6451bda31098892 /dbaccess/inc | |
parent | 371e9da42c2c13872c15db2d89bbbb9e6c947eaf (diff) |
update_pch
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
Diffstat (limited to 'dbaccess/inc')
-rw-r--r-- | dbaccess/inc/pch/precompiled_dbu.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dbaccess/inc/pch/precompiled_dbu.hxx b/dbaccess/inc/pch/precompiled_dbu.hxx index 0b5b62b24854..30aafecd88d1 100644 --- a/dbaccess/inc/pch/precompiled_dbu.hxx +++ b/dbaccess/inc/pch/precompiled_dbu.hxx @@ -32,6 +32,7 @@ #include <boost/mem_fn.hpp> #include <boost/noncopyable.hpp> #include <boost/optional.hpp> +#include <boost/scoped_array.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> #include <boost/unordered_map.hpp> @@ -112,7 +113,6 @@ #include <com/sun/star/frame/Frame.hpp> #include <com/sun/star/frame/FrameSearchFlag.hpp> #include <com/sun/star/frame/TaskCreator.hpp> -#include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/XController2.hpp> #include <com/sun/star/frame/XDispatchProvider.hpp> @@ -130,6 +130,7 @@ #include <com/sun/star/frame/XTitleChangeListener.hpp> #include <com/sun/star/frame/XUntitledNumbers.hpp> #include <com/sun/star/frame/status/Visibility.hpp> +#include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/graphic/GraphicColorMode.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/i18n/Collator.hpp> @@ -254,7 +255,6 @@ #include <com/sun/star/ucb/XInteractionSupplyAuthentication2.hpp> #include <com/sun/star/ucb/XProgressHandler.hpp> #include <com/sun/star/ui/ImageType.hpp> -#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/ui/XContextMenuInterceptor.hpp> #include <com/sun/star/ui/XImageManager.hpp> #include <com/sun/star/ui/XUIConfigurationManager.hpp> @@ -265,8 +265,10 @@ #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/ui/dialogs/XFilePicker.hpp> #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp> +#include <com/sun/star/ui/theModuleUIConfigurationManagerSupplier.hpp> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/TypeClass.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XNamingService.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/DateTime.hpp> @@ -288,7 +290,6 @@ #include <com/sun/star/util/XRefreshable.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> -#include <comphelper/basicio.hxx> #include <comphelper/classids.hxx> #include <comphelper/containermultiplexer.hxx> #include <comphelper/enumhelper.hxx> @@ -355,6 +356,7 @@ #include <rtl/tencinfo.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> +#include <sal/config.h> #include <set> #include <sfx2/QuerySaveDocument.hxx> #include <sfx2/app.hxx> @@ -468,6 +470,7 @@ #include <vcl/graph.hxx> #include <vcl/help.hxx> #include <vcl/image.hxx> +#include <vcl/layout.hxx> #include <vcl/lineinfo.hxx> #include <vcl/lstbox.hxx> #include <vcl/menu.hxx> @@ -475,6 +478,7 @@ #include <vcl/msgbox.hxx> #include <vcl/outdev.hxx> #include <vcl/scrbar.hxx> +#include <vcl/settings.hxx> #include <vcl/split.hxx> #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> |