diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:26:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:26:19 +0000 |
commit | 72148b2628b845a366c152c093c1329218317ad1 (patch) | |
tree | 68546fb3b790b0b2a423226b21a3ed53ffdee0a5 /canvas/source/tools/page.cxx | |
parent | 04b56f77a58dc48f18bce010323cde8182d8d220 (diff) |
INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED
2006/09/01 17:18:06 kaib 1.2.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source/tools/page.cxx')
-rw-r--r-- | canvas/source/tools/page.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/tools/page.cxx b/canvas/source/tools/page.cxx index d6943af64c21..b02512c2b2b1 100644 --- a/canvas/source/tools/page.cxx +++ b/canvas/source/tools/page.cxx @@ -4,9 +4,9 @@ * * $RCSfile: page.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2005-11-02 12:53:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:26:19 $ * * 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 "page.hxx" |