diff options
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.hxx')
-rw-r--r-- | ucb/source/ucp/package/pkgcontent.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.hxx b/ucb/source/ucp/package/pkgcontent.hxx index 7163c0f25519..21f3a60eab8b 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.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kso $ $Date: 2000-12-01 10:42:10 $ + * last change: $Author: kso $ $Date: 2000-12-04 10:59:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,7 +150,6 @@ class Content : public ::ucb::ContentImplHelper, com::sun::star::uno::Reference< com::sun::star::container::XHierarchicalNameAccess > m_xPackage; ContentProvider* m_pProvider; - sal_Bool m_bDirty; private: Content( const com::sun::star::uno::Reference< |