diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-07-11 08:39:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-07-11 08:39:17 +0000 |
commit | 4b8485817c7c0b30662f4b6f8dbd0bb0eed80d1d (patch) | |
tree | 05e126b862448b2724b1171c1ecc39e9a084264e /framework/inc | |
parent | 750b6b93beea3b29bcaba7468ea7de13075f3bc4 (diff) |
#65293#: return type
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/dispatch/basedispatcher.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/dispatch/basedispatcher.hxx b/framework/inc/dispatch/basedispatcher.hxx index 4bccabd9a96d..7be9e46dca48 100644 --- a/framework/inc/dispatch/basedispatcher.hxx +++ b/framework/inc/dispatch/basedispatcher.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basedispatcher.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2001-07-06 13:24:08 $ + * last change: $Author: hr $ $Date: 2001-07-11 09:39:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -266,7 +266,7 @@ class LoaderThreads : private ::std::vector< LoadBinding > } //--------------------------------------------------------------------------------------------------------- - inline append( const LoadBinding& aBinding ) + inline void append( const LoadBinding& aBinding ) { ResetableGuard aGuard( m_aLock ); push_back( aBinding ); |