summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/storagehelper.hxx
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-08-24 10:01:56 +0200
committerJoachim Lingner <jl@openoffice.org>2010-08-24 10:01:56 +0200
commit6114961f52943bc4039ab76e59b23d57363f88bd (patch)
treea69bba3559363569d541e77f6057498a416cf9c7 /comphelper/inc/comphelper/storagehelper.hxx
parentbd31d439a08f6677b481fbd37791d7d53c971a55 (diff)
parentfffe7fed17cdbba6d3be3ee35b21a1456dc83159 (diff)
jl158 merging with OOO330_m5
Diffstat (limited to 'comphelper/inc/comphelper/storagehelper.hxx')
-rw-r--r--comphelper/inc/comphelper/storagehelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/storagehelper.hxx b/comphelper/inc/comphelper/storagehelper.hxx
index b613ddd2c5f1..b7e5704c4d68 100644
--- a/comphelper/inc/comphelper/storagehelper.hxx
+++ b/comphelper/inc/comphelper/storagehelper.hxx
@@ -161,6 +161,8 @@ public:
static sal_Bool IsValidZipEntryFileName( const ::rtl::OUString& aName, sal_Bool bSlashAllowed );
static sal_Bool IsValidZipEntryFileName( const sal_Unicode *pChar, sal_Int32 nLength, sal_Bool bSlashAllowed );
+
+ static sal_Bool PathHasSegment( const ::rtl::OUString& aPath, const ::rtl::OUString& aSegment );
};
}