diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:25:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:25:07 +0000 |
commit | 381096220ed35f301037eda17f4175621e333bae (patch) | |
tree | 396580771a5a1b818e526fc76ec30cc9e0569365 /canvas/source/tools/canvascustomspritehelper.cxx | |
parent | 2e56c33b386ba743992a3e94c79f124080dcb0de (diff) |
INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED
2006/09/01 17:18:05 kaib 1.2.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source/tools/canvascustomspritehelper.cxx')
-rw-r--r-- | canvas/source/tools/canvascustomspritehelper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/tools/canvascustomspritehelper.cxx b/canvas/source/tools/canvascustomspritehelper.cxx index e8e6740ccc06..d88c603ed105 100644 --- a/canvas/source/tools/canvascustomspritehelper.cxx +++ b/canvas/source/tools/canvascustomspritehelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: canvascustomspritehelper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-11-02 12:51:57 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:25:07 $ * * 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/debug.hxx> #include <canvas/verbosetrace.hxx> #include <canvas/canvastools.hxx> |