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:
parent
f74241be8e
commit
ecd5fafdf3
1 changed files with 1 additions and 14 deletions
|
@ -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
|
||||
//====================================================================
|
||||
|
|
Loading…
Reference in a new issue