diff options
Diffstat (limited to 'ucb/source/ucp/file')
-rw-r--r-- | ucb/source/ucp/file/filrow.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/filrow.cxx b/ucb/source/ucp/file/filrow.cxx index 4bd7954917ef..5a49ed16dd0d 100644 --- a/ucb/source/ucp/file/filrow.cxx +++ b/ucb/source/ucp/file/filrow.cxx @@ -35,8 +35,6 @@ using namespace fileaccess; using namespace com::sun::star; using namespace com::sun::star::uno; -//using namespace com::sun::star::ucb; - // Funktion for TypeConverting @@ -57,10 +55,6 @@ sal_Bool convert( shell* pShell, xConverter = uno::Reference< script::XTypeConverter >( pShell->m_xMultiServiceFactory->createInstance( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.script.Converter")) ), uno::UNO_QUERY ); - -/* DBG_ASSERT( m_xTypeConverter.is(), - "PropertyValueSet::getTypeConverter() - " - "Service 'com.sun.star.script.Converter' n/a!" );*/ } try |