diff options
-rw-r--r-- | canvas/source/tools/surfaceproxy.cxx | 7 | ||||
-rw-r--r-- | canvas/source/tools/surfaceproxymanager.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/canvas/source/tools/surfaceproxy.cxx b/canvas/source/tools/surfaceproxy.cxx index 714abad50d6a..ad64ea58e5a0 100644 --- a/canvas/source/tools/surfaceproxy.cxx +++ b/canvas/source/tools/surfaceproxy.cxx @@ -4,9 +4,9 @@ * * $RCSfile: surfaceproxy.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-11-02 12:55:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:27:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_canvas.hxx" + #include <boost/bind.hpp> #include <basegfx/polygon/b2dpolygoncutandtouch.hxx> #include <basegfx/polygon/b2dpolygontriangulator.hxx> diff --git a/canvas/source/tools/surfaceproxymanager.cxx b/canvas/source/tools/surfaceproxymanager.cxx index b6c8305292bc..927949597cd1 100644 --- a/canvas/source/tools/surfaceproxymanager.cxx +++ b/canvas/source/tools/surfaceproxymanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: surfaceproxymanager.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-11-02 12:56:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:28:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_canvas.hxx" + #include <canvas/rendering/isurfaceproxymanager.hxx> #include <canvas/rendering/isurfaceproxy.hxx> #include "surfaceproxy.hxx" |