diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:28:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:28:34 +0000 |
commit | f2deb49f7f03e4ab48b7852b4274da308a12cdbc (patch) | |
tree | 22e0eb7f806d31ce6559757a53fdd4c9c4ccc944 /configmgr | |
parent | e0a8d2a129607f84d714bf0875dcb11db1be7261 (diff) |
INTEGRATION: CWS pchfix02 (1.7.18); FILE MERGED
2006/09/01 17:20:48 kaib 1.7.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treemgr/defaultproviderproxy.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/defaultproviderproxy.cxx b/configmgr/source/treemgr/defaultproviderproxy.cxx index 503fabd4d5cb..16cd3ebfa315 100644 --- a/configmgr/source/treemgr/defaultproviderproxy.cxx +++ b/configmgr/source/treemgr/defaultproviderproxy.cxx @@ -4,9 +4,9 @@ * * $RCSfile: defaultproviderproxy.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:32:07 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:28:34 $ * * 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 "defaultproviderproxy.hxx" #ifndef CONFIGMGR_DEFAULTPROVIDER_HXX |