diff options
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 ); |