summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:11:25 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 13:11:25 +0000
commit69a46fc8d69941d360e00a8bf8046d96f85ba074 (patch)
treec031e0f6d371614d9988ff366233dcdc077da834 /configmgr
parenta43d8cb8bfaeb746380f6e65775cb1500fa085be (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')
-rw-r--r--configmgr/source/xml/simpletypehelper.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/xml/simpletypehelper.cxx b/configmgr/source/xml/simpletypehelper.cxx
index ce6c1177d0..d106cae453 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)); }