diff options
-rw-r--r-- | shell/source/all/ooofilereader/simpletag.cxx | 7 | ||||
-rw-r--r-- | shell/source/all/zipfile/zipexcptn.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/shell/source/all/ooofilereader/simpletag.cxx b/shell/source/all/ooofilereader/simpletag.cxx index d18cdb8947e4..90c9424de2db 100644 --- a/shell/source/all/ooofilereader/simpletag.cxx +++ b/shell/source/all/ooofilereader/simpletag.cxx @@ -4,9 +4,9 @@ * * $RCSfile: simpletag.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:45:10 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:35:57 $ * * 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 SIMPLETAG_HXX_INCLUDED #include "simpletag.hxx" #endif diff --git a/shell/source/all/zipfile/zipexcptn.cxx b/shell/source/all/zipfile/zipexcptn.cxx index 92f67631fb7e..219563596c72 100644 --- a/shell/source/all/zipfile/zipexcptn.cxx +++ b/shell/source/all/zipfile/zipexcptn.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zipexcptn.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:46:01 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:36:14 $ * * 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 GLOBAL_HXX_INCLUDED #include "internal/global.hxx" #endif |