diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:11:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:11:25 +0000 |
commit | f4c513e09116f54ab4432c89e14d7e6ce75deceb (patch) | |
tree | 08ed35f4b858a7b78cca9ac33c441b340d4853d0 /configmgr/source/xml | |
parent | 409e62711fd659a9279edd4c36f4bed5fe839082 (diff) |
INTEGRATION: CWS sb88 (1.4.10); FILE MERGED
2008/06/03 15:29:55 sb 1.4.10.1: #i89553 applied patch by cmc
Diffstat (limited to 'configmgr/source/xml')
-rw-r--r-- | configmgr/source/xml/simpletypehelper.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/xml/simpletypehelper.cxx b/configmgr/source/xml/simpletypehelper.cxx index b1d1038d21d1..60785393d420 100644 --- a/configmgr/source/xml/simpletypehelper.cxx +++ b/configmgr/source/xml/simpletypehelper.cxx @@ -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)); } |