diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-10-15 15:07:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-10-15 15:07:59 +0000 |
commit | fa5f13cb0681d5f51ed76bf69b0902712a54ecf1 (patch) | |
tree | b1d9b6b0228764660b0e24c89c706fcf5a3f0aa0 /cppuhelper/source/tdmgr.cxx | |
parent | 782babebb8993a028e4e2af926c99c24ee88eb91 (diff) |
#65293# workarownd for soli compiler's bug
Diffstat (limited to 'cppuhelper/source/tdmgr.cxx')
-rw-r--r-- | cppuhelper/source/tdmgr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/tdmgr.cxx b/cppuhelper/source/tdmgr.cxx index 794b84b9216b..77579e6800a9 100644 --- a/cppuhelper/source/tdmgr.cxx +++ b/cppuhelper/source/tdmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tdmgr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-05-31 08:41:51 $ + * last change: $Author: vg $ $Date: 2001-10-15 16:07:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -275,7 +275,7 @@ inline static typelib_TypeDescription * createCTD( return pRet; } //================================================================================================== -inline static typelib_TypeDescription * createCTD( +static typelib_TypeDescription * createCTD( const Reference< XInterfaceMethodTypeDescription > & xMethod ) { typelib_TypeDescription * pRet = 0; |