summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/scdetect.cxx')
-rw-r--r--sc/source/ui/unoobj/scdetect.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx
index 15f6a39db04a..9772bdbea5d5 100644
--- a/sc/source/ui/unoobj/scdetect.cxx
+++ b/sc/source/ui/unoobj/scdetect.cxx
@@ -210,22 +210,6 @@ static BOOL lcl_MayBeDBase( SvStream& rStream )
return ( 0x0d == nEndFlag );
}
-#if 0
-static BOOL lcl_IsAnyXMLFilter( const SfxFilter* pFilter )
-{
- if ( !pFilter )
- return FALSE;
-
- // TRUE for XML file or template
- // (template filter has no internal name -> allow configuration key names)
-
- String aName(pFilter->GetFilterName());
- return aName.EqualsAscii(pFilterXML) ||
- aName.EqualsAscii("calc_StarOffice_XML_Calc") ||
- aName.EqualsAscii("calc_StarOffice_XML_Calc_Template");
-}
-#endif
-
::rtl::OUString SAL_CALL ScFilterDetect::detect( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& lDescriptor ) throw( ::com::sun::star::uno::RuntimeException )
{
REFERENCE< XInputStream > xStream;