diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:49:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:49:12 +0000 |
commit | 947a3ad3df0ec133d35cd7f29e78170527fded0c (patch) | |
tree | 9eb0013c9a2df4b3c8fabdd70efce4310c6e37d1 /sw/source | |
parent | 02785a875c7c8c710e5c1346a467b0fbd2e3eac9 (diff) |
INTEGRATION: CWS pchfix02 (1.8.58); FILE MERGED
2006/09/01 17:52:14 kaib 1.8.58.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/undo/SwUndoPageDesc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/undo/SwUndoPageDesc.cxx b/sw/source/core/undo/SwUndoPageDesc.cxx index 99068b54c2..6adbae693e 100644 --- a/sw/source/core/undo/SwUndoPageDesc.cxx +++ b/sw/source/core/undo/SwUndoPageDesc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SwUndoPageDesc.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-07-19 13:38:53 $ + * last change: $Author: obo $ $Date: 2006-09-16 21:49:12 $ * * 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_sw.hxx" + #include <tools/resid.hxx> #include <doc.hxx> #include <swundo.hxx> |