diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:43:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:43:35 +0000 |
commit | dfb2b524bfb81653f0ce4fce70b0e3fd9b683355 (patch) | |
tree | a6c062ca1aed662655908931905f845463e0fbb6 /shell/source | |
parent | 6540db597c433c2f8011faa3e59b07e09bbd5bad (diff) |
INTEGRATION: CWS pchfix02 (1.4.98); FILE MERGED
2006/09/01 17:39:09 kaib 1.4.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/win32/shlxthandler/classfactory.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/classfactory.cxx b/shell/source/win32/shlxthandler/classfactory.cxx index 1c2210a9bb84..a463a9c9a360 100644 --- a/shell/source/win32/shlxthandler/classfactory.cxx +++ b/shell/source/win32/shlxthandler/classfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: classfactory.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:58:07 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:43:35 $ * * 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 |