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
commit5af9eec8bc6967636fb4bf331d68cc708fa94cbd (patch)
treed64f407c56cb5784919528aa48260966ad631bab /ucb
parent21427f17e1f6901ac9a7148d5d8ac13e0aad958e (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 70314ca336..deac6efdf6 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