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 | fe0752a15a29568a843e73963e7b18ea13a1f9b3 (patch) | |
tree | 568b8586293f8e2c995c747973282ceae0706acb /package/source/xstor/owriteablestream.hxx | |
parent | 71d55f4b7a276c8f55534b5c153e93c9aeaad88a (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/source/xstor/owriteablestream.hxx')
-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 4d0af9bd921e..a68f42459bf2 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 ); |