summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2003-12-09 14:09:39 +0000
committerMikhail Voitenko <mav@openoffice.org>2003-12-09 14:09:39 +0000
commit86ef28fc4d39dbe41d84557958b466f4a4b6c743 (patch)
tree0a59037b54511a03229fc371b13942cc50749224 /embeddedobj/source/inc
parenta60d7bd120fc9d28a3cd8af9dd8d7cb606f22a1a (diff)
#112923# allow to control storing of visual representation for OLE objects
Diffstat (limited to 'embeddedobj/source/inc')
-rw-r--r--embeddedobj/source/inc/oleembobj.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx
index 0be48beee315..ceaaea5a7338 100644
--- a/embeddedobj/source/inc/oleembobj.hxx
+++ b/embeddedobj/source/inc/oleembobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: oleembobj.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mav $ $Date: 2003-12-08 12:49:46 $
+ * last change: $Author: mav $ $Date: 2003-12-09 15:09:30 $
*
* 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::WeakImplHelper8
::com::sun::star::uno::Reference< ::com::sun::star::util::XCloseListener > m_xClosePreventer;
sal_Bool m_bWaitSaveCompleted;
+ sal_Bool m_bNewStoreVisRepl;
::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;