summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-08-09 10:47:38 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-08-09 10:47:38 +0200
commit6fad3bbef4e10023962b2fb8b5157af13148e76c (patch)
tree1195887a16adf99e42bffe6bbf3b5b1a392cb364 /unotools/inc
parent06d8dc602fb3fa13f768044dc0b8058eb7b393c2 (diff)
fwk152: #i108004# check the URLs correctly
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/ucbhelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unotools/inc/unotools/ucbhelper.hxx b/unotools/inc/unotools/ucbhelper.hxx
index 687868adbdb4..38b355439c2b 100644
--- a/unotools/inc/unotools/ucbhelper.hxx
+++ b/unotools/inc/unotools/ucbhelper.hxx
@@ -80,6 +80,7 @@ namespace utl
static sal_Bool FindInPath( const String& rPath, const String& rName, String& rFile, char cDelim = ';', BOOL bAllowWildCards = TRUE );
static sal_Bool Find( const String& rFolder, const String& rName, String& rFile, BOOL bAllowWildCards = 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 );
};
}