diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 04:45:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:55 +0100 |
commit | 3a29756723b9ceafd9021052a197fc3727b8d9ad (patch) | |
tree | 8476973aecba5dea2d9fbe556bce431d9c1d475f /xmloff | |
parent | 9e5132290b81e2907d4098d9a997f74cda2723f6 (diff) |
update pch
Change-Id: I10f3dbd9513052b3bbe30ddc6523cd231f26ded3
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/pch/precompiled_xo.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmloff/inc/pch/precompiled_xo.hxx b/xmloff/inc/pch/precompiled_xo.hxx index 4aa1d5a5e4a4..3b0ba42c0fe6 100644 --- a/xmloff/inc/pch/precompiled_xo.hxx +++ b/xmloff/inc/pch/precompiled_xo.hxx @@ -24,10 +24,15 @@ #include "tools/debug.hxx" #include <algorithm> #include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/matrix/b3dhommatrix.hxx> #include <basegfx/point/b2dpoint.hxx> +#include <basegfx/polygon/b2dpolygon.hxx> +#include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/polygon/b2dpolypolygontools.hxx> +#include <basegfx/polygon/b3dpolypolygon.hxx> +#include <basegfx/polygon/b3dpolypolygontools.hxx> #include <basegfx/tools/unotools.hxx> #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b3dtuple.hxx> |