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 /sd | |
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 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 5 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 992b90101ff0..0873a0a0d715 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -225,7 +225,6 @@ #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XStatusListener.hpp> #include <com/sun/star/frame/XStorable.hpp> -#include <com/sun/star/frame/status/FontHeight.hpp> #include <com/sun/star/frame/theAutoRecovery.hpp> #include <com/sun/star/frame/theUICommandDescription.hpp> #include <com/sun/star/gallery/GalleryItemType.hpp> @@ -355,11 +354,13 @@ #include <comphelper/documentconstants.hxx> #include <comphelper/extract.hxx> #include <comphelper/genericpropertyset.hxx> +#include <comphelper/getexpandeduri.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/oslfile2streamwrap.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertysethelper.hxx> #include <comphelper/propertysetinfo.hxx> +#include <comphelper/random.hxx> #include <comphelper/scopeguard.hxx> #include <comphelper/sequence.hxx> #include <comphelper/servicehelper.hxx> @@ -612,6 +613,7 @@ #include <svx/AccessibleShapeInfo.hxx> #include <svx/AffineMatrixItem.hxx> #include <svx/DescriptionGenerator.hxx> +#include <svx/ParaLineSpacingPopup.hxx> #include <svx/ShapeTypeHandler.hxx> #include <svx/SpellDialogChildWindow.hxx> #include <svx/SvxColorChildWindow.hxx> @@ -818,6 +820,7 @@ #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/errinf.hxx> +#include <tools/fract.hxx> #include <tools/gen.hxx> #include <tools/globname.hxx> #include <tools/helpers.hxx> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index 73f479f910bf..63f5bd6cd592 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.hxx @@ -36,6 +36,7 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/document/PrinterIndependentLayout.hpp> +#include <com/sun/star/drawing/LineStyle.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> #include <com/sun/star/drawing/XMasterPagesSupplier.hpp> #include <com/sun/star/embed/EmbedStates.hpp> @@ -123,6 +124,7 @@ #include <svx/svdmark.hxx> #include <svx/svdmodel.hxx> #include <svx/svdobj.hxx> +#include <svx/svdograf.hxx> #include <svx/svdoole2.hxx> #include <svx/svdotext.hxx> #include <svx/svdpagv.hxx> |