diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:35:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:35:30 +0000 |
commit | 18ae7c8022ed6d20fc4b00a9cb56c4443ecc8389 (patch) | |
tree | 5b7102582270a41b4f0fffa0ec3ce328aa6b63c3 /shell | |
parent | 93dce98040d68eda2bbc8d2a9401a133d94dc3aa (diff) |
INTEGRATION: CWS pchfix02 (1.3.98); FILE MERGED
2006/09/01 17:39:01 kaib 1.3.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/all/ooofilereader/keywordstag.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/all/ooofilereader/keywordstag.cxx b/shell/source/all/ooofilereader/keywordstag.cxx index a724298bb491..d4db058588be 100644 --- a/shell/source/all/ooofilereader/keywordstag.cxx +++ b/shell/source/all/ooofilereader/keywordstag.cxx @@ -4,9 +4,9 @@ * * $RCSfile: keywordstag.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:44:13 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:35:30 $ * * 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_shell.hxx" + #ifndef KEYWORDSTAG_HXX_INCLUDED #include "keywordstag.hxx" #endif |