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 /slideshow | |
parent | c37cd33fad388ad486d42f008f9908784611fe23 (diff) |
update pch
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/inc/pch/precompiled_slideshow.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index 0d1d283af5d3..6d8b4a9c3fb5 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -47,6 +47,7 @@ #include <boost/optional.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> +#include <boost/spirit/include/classic_core.hpp> #include <boost/tuple/tuple.hpp> #include <boost/unordered_map.hpp> #include <boost/weak_ptr.hpp> @@ -127,6 +128,7 @@ #include <com/sun/star/frame/Frame.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XSynchronousFrameLoader.hpp> +#include <com/sun/star/geometry/IntegerSize2D.hpp> #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/graphic/XGraphicRenderer.hpp> #include <com/sun/star/lang/NoSupportException.hpp> @@ -197,6 +199,8 @@ #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/ustrbuf.hxx> +#include <rtl/ustring.hxx> +#include <stack> #include <stdio.h> #include <string> #include <svtools/grfmgr.hxx> |