diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:42:45 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:42:45 +0000 |
commit | b69ce0fbbb33e9579d6f8fc12bce2eda89baa838 (patch) | |
tree | 6868eb93d375aa4cc6fda7ab4725331a00434414 /slideshow/inc/pch | |
parent | 899609580af6412b2231744ffdecab4cb7538ccc (diff) |
INTEGRATION: CWS thbpp8b (1.2.56); FILE MERGED
2007/08/01 12:55:23 thb 1.2.56.1: #149943# Avoiding runtime exceptions, where it's a NoSupport issue in reality; populated pch en passant
Diffstat (limited to 'slideshow/inc/pch')
-rw-r--r-- | slideshow/inc/pch/precompiled_slideshow.hxx | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index 2891f20f5f9f..6a6d944b4a72 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -4,9 +4,9 @@ * * $RCSfile: precompiled_slideshow.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2006-09-17 08:22:12 $ + * last change: $Author: ihi $ $Date: 2007-08-17 12:42:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,5 +36,25 @@ // MARKER(update_precomp.py): Generated on 2006-09-01 17:50:01.139251 #ifdef PRECOMPILED_HEADERS + +#include <canvas/debug.hxx> +#include <tools/debug.hxx> +#include <tools/diagnose_ex.h> + +#include <com/sun/star/rendering/XCanvas.hpp> + +#include <basegfx/point/b2dpoint.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> +#include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <basegfx/tools/canvastools.hxx> + +#include <boost/noncopyable.hpp> +#include <boost/bind.hpp> + +#include <vector> +#include <algorithm> + #endif |