diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:27:40 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:27:40 +0000 |
commit | b2872bd9935c9bdd728ccf14e167eb5a5f4e3f98 (patch) | |
tree | e9577f4bfe1c6ee6ae887c6e75d0f3b1333805df /configmgr/source/treemgr | |
parent | b2210cc4a6ba3ebae3720b4472fca49c5226ce14 (diff) |
INTEGRATION: CWS pchfix02 (1.4.60); FILE MERGED
2006/09/01 17:20:47 kaib 1.4.60.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr/source/treemgr')
-rw-r--r-- | configmgr/source/treemgr/configexcept.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/configexcept.cxx b/configmgr/source/treemgr/configexcept.cxx index 42c1797f6d5a..1a9df1b68fce 100644 --- a/configmgr/source/treemgr/configexcept.cxx +++ b/configmgr/source/treemgr/configexcept.cxx @@ -4,9 +4,9 @@ * * $RCSfile: configexcept.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:27:04 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:27:40 $ * * 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_configmgr.hxx" + #include "configexcept.hxx" #include <osl/diagnose.h> |