diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:40:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:40:48 +0000 |
commit | 8229b967ced44b095d3e01dcc17991551f9e1810 (patch) | |
tree | 78e40362f7c69a224e5b1fce2193ebe7f7b3590e /sw/source/ui/config/optcomp.cxx | |
parent | 4b894bcf6b9d856a79644aeea5b5ffaeaf5cc257 (diff) |
INTEGRATION: CWS pchfix02 (1.10.2); FILE MERGED
2006/09/01 17:52:54 kaib 1.10.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/ui/config/optcomp.cxx')
-rw-r--r-- | sw/source/ui/config/optcomp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/config/optcomp.cxx b/sw/source/ui/config/optcomp.cxx index 2f7254d1f7f8..e0729cbaea22 100644 --- a/sw/source/ui/config/optcomp.cxx +++ b/sw/source/ui/config/optcomp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optcomp.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:28:54 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:40:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sw.hxx" #ifdef SW_DLLIMPLEMENTATION #undef SW_DLLIMPLEMENTATION #endif |