diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:58:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:58:19 +0000 |
commit | db192d9e4c3cd80763b46a7d8fb48ffb50e48cfd (patch) | |
tree | 441bf95026196551713ba5b3bfe6b8df34ac70cc | |
parent | 672aa8b0dd7273d0433e16ae9b89d296d1aacce4 (diff) |
INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED
2006/09/01 17:29:10 kaib 1.6.52.1: #i68856# Added header markers and pch files
-rw-r--r-- | framework/source/helper/ocomponentenumeration.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx index 8d0432f7e9c5..f9d2dc9f28ee 100644 --- a/framework/source/helper/ocomponentenumeration.cxx +++ b/framework/source/helper/ocomponentenumeration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ocomponentenumeration.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:18:41 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:58:19 $ * * 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_framework.hxx" + //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ |