summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/xsddatatypes.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:17:16 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:17:16 +0000
commit2508a89e3f5cf158312f99f94169bdaefe1131a0 (patch)
tree087ab1f8ab4f71a34fbbc6a96f4aa26534a21be5 /extensions/source/propctrlr/xsddatatypes.cxx
parentf7bdd8638ecf8487a4c7a868504379084d478279 (diff)
INTEGRATION: CWS mba30patches01 (1.5.40); FILE MERGED
2008/04/23 10:50:20 mba 1.5.40.2: RESYNC: (1.5-1.6); FILE MERGED 2008/03/18 15:41:01 mba 1.5.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions/source/propctrlr/xsddatatypes.cxx')
-rw-r--r--extensions/source/propctrlr/xsddatatypes.cxx19
1 files changed, 1 insertions, 18 deletions
diff --git a/extensions/source/propctrlr/xsddatatypes.cxx b/extensions/source/propctrlr/xsddatatypes.cxx
index a3d2b818a0d9..e3e6a6528b95 100644
--- a/extensions/source/propctrlr/xsddatatypes.cxx
+++ b/extensions/source/propctrlr/xsddatatypes.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xsddatatypes.cxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -187,23 +187,6 @@ namespace pcr
}
return bReturn;
}
-
- //--------------------------------------------------------------------
- Type XSDDataType::getFacetType( const ::rtl::OUString& _rFacetName ) const SAL_THROW(())
- {
- Type aReturn;
- try
- {
- if ( m_xFacetInfo.is() )
- aReturn = m_xFacetInfo->getPropertyByName( _rFacetName ).Type;
- }
- catch( const Exception& )
- {
- OSL_ENSURE( sal_False, "XSDDataType::getFacetType: caught an exception (did you check with 'hasFacet' before?)!" );
- }
- return aReturn;
- }
-
//--------------------------------------------------------------------
Any XSDDataType::getFacet( const ::rtl::OUString& _rFacetName ) SAL_THROW(())
{