diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:21:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:21:09 +0000 |
commit | c9975df67a0a0be39739cf68ccc77f99580d92ef (patch) | |
tree | 9b35184f9484de4759a8dcf88f596df15894ed60 /package | |
parent | edf3d3e9e9734f968b4b670dc1a064d2d3449aa8 (diff) |
INTEGRATION: CWS fwk33 (1.13.6); FILE MERGED
2006/02/27 15:51:11 mav 1.13.6.1: #i59886# copy the encrypted stream correctly
Diffstat (limited to 'package')
-rw-r--r-- | package/source/xstor/owriteablestream.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/source/xstor/owriteablestream.hxx b/package/source/xstor/owriteablestream.hxx index 210754d9e..b88f28e44 100644 --- a/package/source/xstor/owriteablestream.hxx +++ b/package/source/xstor/owriteablestream.hxx @@ -4,9 +4,9 @@ * * $RCSfile: owriteablestream.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-01-23 11:01:45 $ + * last change: $Author: obo $ $Date: 2006-03-24 13:21:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -191,6 +191,8 @@ public: sal_Bool UsesCommonPass_Impl() { return m_bUseCommonPass; } sal_Bool HasTempFile_Impl() { return ( m_aTempURL.getLength() != 0 ); } + sal_Bool HasWriteOwner_Impl() { return ( m_pAntiImpl != NULL ); } + void InsertIntoPackageFolder( const ::rtl::OUString& aName, const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& xParentPackageFolder ); |