diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:41:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:41:41 +0000 |
commit | 804fdcabb3a81055a52ad657c57a9ceb0cec3ef6 (patch) | |
tree | 1e403c14a67f796dc9d97c94f3a8858a2874e8b9 /configmgr | |
parent | cb39b549397d6a856fcf028579dfaa9c27d2a58b (diff) |
INTEGRATION: CWS gcc4fwdecl (1.16.38); FILE MERGED
2005/06/01 16:22:49 pmladek 1.16.38.1: #i50060#
Fixed forward declarations for gcc4 in configmgr
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/api2/providerimpl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/api2/providerimpl.hxx b/configmgr/source/api2/providerimpl.hxx index c5d9e5e760a3..787ccbb01228 100644 --- a/configmgr/source/api2/providerimpl.hxx +++ b/configmgr/source/api2/providerimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: providerimpl.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2004-11-15 13:35:31 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:41:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,6 +130,7 @@ namespace configmgr class IConfigDefaultProvider; class TreeManager; class ContextReader; + class OProvider; struct IConfigBroadcaster; |