diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-12 11:18:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-12 11:18:36 +0000 |
commit | 858ca2dd2d842de4ba709efd701cdf3d411a4643 (patch) | |
tree | e9b9821cebd0385326effd11fefb61ca9487d6ca /embeddedobj/source | |
parent | c9667fb58699faa4291f578cd693fe9f3d1025ca (diff) |
INTEGRATION: CWS mav18 (1.16.4); FILE MERGED
2005/05/30 09:56:04 mav 1.16.4.1: #i49751# the view of an object in loaded state can not change
Diffstat (limited to 'embeddedobj/source')
-rw-r--r-- | embeddedobj/source/inc/oleembobj.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx index 116cfa3a2ad2..7baf832a36ba 100644 --- a/embeddedobj/source/inc/oleembobj.hxx +++ b/embeddedobj/source/inc/oleembobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: oleembobj.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2005-04-27 09:15:58 $ + * last change: $Author: kz $ $Date: 2005-07-12 12:18:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,6 +150,7 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper3 ::rtl::OUString m_aNewEntryName; ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > m_xNewParentStorage; ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xNewObjectStream; + sal_Bool m_bStoreLoaded; ::com::sun::star::uno::Reference< ::com::sun::star::io::XStream > m_xCachedVisualRepresentation; sal_Bool m_bVisReplInStream; |