diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:45:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 21:45:05 +0000 |
commit | 53805fd374fe98c156e0570906a2bc80dc6774e3 (patch) | |
tree | f88219973fe45c724931ab6189075da36db6be82 /comphelper/inc | |
parent | ddd6449407364c5738cdda7583fc6757c08dff13 (diff) |
INTEGRATION: CWS warnings01 (1.9.4); FILE MERGED
2006/03/13 14:10:30 fs 1.9.4.1: isAReference is not used anymore
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/types.hxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/comphelper/inc/comphelper/types.hxx b/comphelper/inc/comphelper/types.hxx index 4b8c267b73d8..7e9cd0e2b48f 100644 --- a/comphelper/inc/comphelper/types.hxx +++ b/comphelper/inc/comphelper/types.hxx @@ -4,9 +4,9 @@ * * $RCSfile: types.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2006-01-10 15:52:13 $ + * last change: $Author: hr $ $Date: 2006-06-19 22:45:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,17 +130,6 @@ namespace comphelper /** check if a type you have at hand at runtime is equal to another type you have at compile time */ template <class TYPE> - sal_Bool isAReference(const staruno::Type& _rType, TYPE* pDummy) - { - return _rType.equals( - cppu::getTypeFavourUnsigned( - static_cast<staruno::Reference<TYPE>*>(NULL))); - } - - //------------------------------------------------------------------------- - /** check if a type you have at hand at runtime is equal to another type you have at compile time - */ - template <class TYPE> sal_Bool isAReference(const staruno::Any& _rVal, TYPE* pDummy) { return _rVal.getValueType().equals( |