diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:15:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 11:15:08 +0000 |
commit | c37fa24b8e2be05e62bebb51f91307d01b56f12d (patch) | |
tree | 0e22706d7100c13c009811f2620876b702ba9163 /ucb/source | |
parent | 3591a6ed8bb94db5fe8249518bf485f72b5eb1cc (diff) |
INTEGRATION: CWS unotlc (1.27.178); FILE MERGED
2004/08/04 12:21:41 mav 1.27.178.1: #i32418# vnd.sun.star.zip scheme
Diffstat (limited to 'ucb/source')
-rw-r--r-- | ucb/source/ucp/package/pkgcontent.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.hxx b/ucb/source/ucp/package/pkgcontent.hxx index 95be53891d89..81c171f22da2 100644 --- a/ucb/source/ucp/package/pkgcontent.hxx +++ b/ucb/source/ucp/package/pkgcontent.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pkgcontent.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: kso $ $Date: 2002-06-19 15:08:01 $ + * last change: $Author: obo $ $Date: 2004-08-12 12:15:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -233,6 +233,11 @@ private: com::sun::star::uno::Reference< com::sun::star::container::XHierarchicalNameAccess > & rxPackage ); + + static ::rtl::OUString + GetContentType( const ::rtl::OUString& aScheme, + sal_Bool bFolder ); + sal_Bool hasData( const PackageUri& rURI ); sal_Bool |