summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-15 08:32:38 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-15 08:32:38 +0200
commit74649d4c397134348cedd1d9da6d2b66b9a4970f (patch)
treeae9b4b55014b18a5a49f9624ab578d93d0a496a2 /ucb
parentfa0ffdbeb5a12b51c5d9202a5d7709d713a719f1 (diff)
Remove unused code
Change-Id: Ia0770853b378dd209402f030fe2380ba44a1578f
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpdirp.cxx7
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydatasource.cxx4
2 files changed, 0 insertions, 11 deletions
diff --git a/ucb/source/ucp/ftp/ftpdirp.cxx b/ucb/source/ucp/ftp/ftpdirp.cxx
index 87f38b88a569..49a659cd39b3 100644
--- a/ucb/source/ucp/ftp/ftpdirp.cxx
+++ b/ucb/source/ucp/ftp/ftpdirp.cxx
@@ -31,13 +31,6 @@ using namespace ftp;
typedef sal_uInt32 ULONG;
-
-inline sal_Bool ascii_isLetter( sal_Unicode ch )
-{
- return (( (ch >= 0x0041) && (ch <= 0x005A)) ||
- (( ch >= 0x0061) && (ch <= 0x007A)));
-}
-
inline sal_Bool ascii_isWhitespace( sal_Unicode ch )
{
return ((ch <= 0x20) && ch);
diff --git a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx
index 9b6844f24299..325841d232ae 100644
--- a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx
@@ -118,10 +118,6 @@ public:
static OUString getImplementationName_Static();
static css::uno::Sequence< OUString > getSupportedServiceNames_Static();
- static css::uno::Reference< css::lang::XSingleServiceFactory >
- createServiceFactory( const css::uno::Reference<
- css::lang::XMultiServiceFactory >& rxServiceMgr );
-
// XTypeProvider
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;