diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:37:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:37:34 +0000 |
commit | 5139863dfd34ffc927f15c2303700a112e3e70c6 (patch) | |
tree | b0549beb0702729177985b7ac3f5f8186c35100c /ucb | |
parent | 54608ffb98b91888a641d8b932761c60c884fe70 (diff) |
INTEGRATION: CWS gcc4fwdecl (1.3.274); FILE MERGED
2005/06/02 12:36:55 pmladek 1.3.274.1: #i50078#
Fixed forward declarations for gcc4 in ucb
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/core/ucbstore.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ucb/source/core/ucbstore.hxx b/ucb/source/core/ucbstore.hxx index 500a57ccb464..e87e1327566e 100644 --- a/ucb/source/core/ucbstore.hxx +++ b/ucb/source/core/ucbstore.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ucbstore.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kso $ $Date: 2000-12-10 15:13:04 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:37:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -169,6 +169,7 @@ public: //========================================================================= struct PropertySetRegistry_Impl; +class PersistentPropertySet; class PropertySetRegistry : public cppu::OWeakObject, |