INTEGRATION: CWS dba30b (1.8.104); FILE MERGED

2008/04/15 21:53:34 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED
2008/02/26 08:29:01 fs 1.8.104.1: remove unused code
Issue number:  #i86305#
Submitted by:  cmc@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
This commit is contained in:
Kurt Zenker 2008-05-05 14:25:49 +00:00
parent f74241be8e
commit ecd5fafdf3

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: datatypes.cxx,v $
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@ -74,19 +74,6 @@ namespace xforms
using namespace ::frm;
U_NAMESPACE_USE
//====================================================================
//= OXSDDataType
//====================================================================
//--------------------------------------------------------------------
namespace
{
void lcl_throwIllegalArgumentException( const sal_Char* _pAsciiErrorMessage ) SAL_THROW( (IllegalArgumentException) )
{
IllegalArgumentException aException;
aException.Message = ::rtl::OUString::createFromAscii( _pAsciiErrorMessage );
throw IllegalArgumentException( aException );
}
}
//====================================================================
//= OXSDDataType
//====================================================================