summaryrefslogtreecommitdiffstats
path: root/unotools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-21 01:02:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-22 09:39:16 +0100
commitdbfa0518af3d398f19d53d39fa72f5f437fd83fc (patch)
treed392f065bde23aa951191213e430582c6d8b0e64 /unotools/inc
parentunused ctor (diff)
downloadcore-dbfa0518af3d398f19d53d39fa72f5f437fd83fc.tar.gz
core-dbfa0518af3d398f19d53d39fa72f5f437fd83fc.zip
callcatcher: unused code
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/ucbhelper.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/unotools/inc/unotools/ucbhelper.hxx b/unotools/inc/unotools/ucbhelper.hxx
index be94ea41bf4d..b0ed12a57ecc 100644
--- a/unotools/inc/unotools/ucbhelper.hxx
+++ b/unotools/inc/unotools/ucbhelper.hxx
@@ -47,10 +47,6 @@ namespace utl
{
class UNOTOOLS_DLLPUBLIC UCBContentHelper
{
- private:
- static sal_Bool Transfer_Impl( const String& rSource, const String& rDest, sal_Bool bMoveData,
- sal_Int32 nNameClash );
-
public:
static sal_Bool IsDocument( const String& rContent );
static sal_Bool IsFolder( const String& rContent );
@@ -72,7 +68,6 @@ namespace utl
static sal_Bool IsYounger( const String& rIsYoung, const String& rIsOlder );
static sal_Bool Exists( const String& rContent );
- static sal_Bool Find( const String& rFolder, const String& rName, String& rFile, sal_Bool bAllowWildCards = sal_False );
static sal_Bool IsSubPath( const ::rtl::OUString& rPath, const ::rtl::OUString& rChildCandidate, const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProvider >& xContentProvider = ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProvider >() );
static sal_Bool EqualURLs( const ::rtl::OUString& aFirstURL, const ::rtl::OUString& aSecondURL );
};