diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:49:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:49:50 +0000 |
commit | b3838938b4c8fdb18a44c91fc32f20c4f7f3654c (patch) | |
tree | e7b4bb95902e8f70c9f86140521f0c6784dbbea9 /sw/source/ui/dialog/swabstdlg.cxx | |
parent | 8cbd7b72dfa38af030ff11fc0a66afa299f6a459 (diff) |
INTEGRATION: CWS pchfix02 (1.3.476); FILE MERGED
2006/09/01 17:53:01 kaib 1.3.476.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/dialog/swabstdlg.cxx')
-rw-r--r-- | sw/source/ui/dialog/swabstdlg.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/dialog/swabstdlg.cxx b/sw/source/ui/dialog/swabstdlg.cxx index 2a12f452e802..e910a8d86da0 100644 --- a/sw/source/ui/dialog/swabstdlg.cxx +++ b/sw/source/ui/dialog/swabstdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: swabstdlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 07:14:43 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:49:50 $ * * 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 "swabstdlg.hxx" #include "swuilib.hxx" |