summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-07 23:31:30 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-07 23:31:50 +0100
commit06fc1ee4c4ee8de3a4d758cbca761a5e80a0873f (patch)
tree55db07712d1345120d4181d5acba6cdac83f1551 /ucb
parent4387ebc208bd432717f970bc1627eedb3902005c (diff)
Remove dead code. Mostly unused namespaces
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filrow.cxx6
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