diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:46:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-14 15:46:37 +0000 |
commit | 411add2e902bb552d7647a71cf6dee5f50f2bb0d (patch) | |
tree | a723c5bb956f2bbc91981a3ba3c0ce8c594bef2a | |
parent | fd4e56b03b68f9c76f5719b471146d1e8b828e7a (diff) |
INTEGRATION: CWS gcc4fwdecl (1.7.34); FILE MERGED
2005/06/01 16:13:30 pmladek 1.7.34.1: #i50059#
Fixed forward declarations for gcc4 in comphelper
-rw-r--r-- | comphelper/inc/comphelper/propmultiplex.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/propmultiplex.hxx b/comphelper/inc/comphelper/propmultiplex.hxx index 7fbf3eaf36eb..5d1160606028 100644 --- a/comphelper/inc/comphelper/propmultiplex.hxx +++ b/comphelper/inc/comphelper/propmultiplex.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propmultiplex.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2005-02-16 16:00:09 $ + * last change: $Author: obo $ $Date: 2005-06-14 16:46:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,6 +81,8 @@ namespace comphelper { //......................................................................... + class OPropertyChangeMultiplexer; + //================================================================== //= OPropertyChangeListener //================================================================== |