INTEGRATION: CWS sb88 (1.4.10); FILE MERGED

2008/06/03 15:29:55 sb 1.4.10.1: #i89553 applied patch by cmc
This commit is contained in:
Rüdiger Timm
2008-06-16 13:11:25 +00:00
parent 409e62711f
commit f4c513e091

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: simpletypehelper.cxx,v $
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -43,7 +43,6 @@ namespace configmgr
uno::Type getBooleanType() { return ::getBooleanCppuType(); }
uno::Type getByteType() { return ::getCppuType(static_cast<sal_Int8 const*>(0)); }
uno::Type getShortType() { return ::getCppuType(static_cast<sal_Int16 const*>(0)); }
uno::Type getIntType() { return ::getCppuType(static_cast<sal_Int32 const*>(0)); }
uno::Type getLongType() { return ::getCppuType(static_cast<sal_Int64 const*>(0)); }