diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:45:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:45:43 +0000 |
commit | 57d30a71111b1f7dc531aa1573daef0ae656428c (patch) | |
tree | 9efcb3c9edd08899e6be44e0851dec45f2aa970a /desktop | |
parent | f6e992cde351abf6a5bd723a6da71f071d66cead (diff) |
INTEGRATION: CWS pchfix02 (1.11.132); FILE MERGED
2006/09/01 17:25:16 kaib 1.11.132.1: #i68856# Added header markers and pch files
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/migration/pages.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/source/migration/pages.cxx b/desktop/source/migration/pages.cxx index d13ccbd2a3a9..1fb519383973 100644 --- a/desktop/source/migration/pages.cxx +++ b/desktop/source/migration/pages.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pages.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2006-02-06 12:36:18 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:45:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version .1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_desktop.hxx" + #include "pages.hxx" #include "wizard.hrc" #include "wizard.hxx" |