diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2015-02-02 21:03:42 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-05 10:46:33 +0000 |
commit | de68bb85145e68fc170b8eab0fa3357cd7165421 (patch) | |
tree | 48fe4f4ee72580feaca2ef0112761787e8c73155 /package | |
parent | 863122b9adecedfcf35ffac1354ef8a85d5b6827 (diff) |
Updated all precompiled headers.
Change-Id: I955c8ac4dbe002d23531df7eb10fb4444d6b5157
Reviewed-on: https://gerrit.libreoffice.org/14292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/inc/pch/precompiled_package2.hxx | 1 | ||||
-rw-r--r-- | package/inc/pch/precompiled_xstor.hxx | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/package/inc/pch/precompiled_package2.hxx b/package/inc/pch/precompiled_package2.hxx index 600b6812c75c..8c5fff94ce0a 100644 --- a/package/inc/pch/precompiled_package2.hxx +++ b/package/inc/pch/precompiled_package2.hxx @@ -34,6 +34,7 @@ #include <com/sun/star/io/XTruncate.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> +#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/packages/manifest/ManifestReader.hpp> diff --git a/package/inc/pch/precompiled_xstor.hxx b/package/inc/pch/precompiled_xstor.hxx index cd8ae7a74ba2..28988a6cac57 100644 --- a/package/inc/pch/precompiled_xstor.hxx +++ b/package/inc/pch/precompiled_xstor.hxx @@ -33,6 +33,7 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include <com/sun/star/lang/XComponent.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/logging/DocumentIOLogRing.hpp> @@ -50,10 +51,12 @@ #include <comphelper/storagehelper.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/factory.hxx> +#include <cppuhelper/queryinterface.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> #include <osl/diagnose.h> #include <rtl/digest.h> #include <rtl/instance.hxx> +#include <sal/config.h> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |