summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-20 08:58:07 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-20 08:58:07 +0000
commitd4f2cbb7d85dc1c9a06a1b9577dcea551126f7d9 (patch)
treedffa3438420b32d762cb154b45b5147c46bbc357 /sot
parent281a4fac91dc3f7e1ea569fb098f160c440d5a88 (diff)
INTEGRATION: CWS optstor2 (1.3.12); FILE MERGED
2005/11/11 08:56:35 mav 1.3.12.2: RESYNC: (1.3-1.4); FILE MERGED 2005/10/13 15:22:00 mav 1.3.12.1: #i55785# allow to avoid internal temporary copy
Diffstat (limited to 'sot')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx
index d07ace1dd4dd..f8c4ee92293f 100644
--- a/sot/source/unoolestorage/xolesimplestorage.hxx
+++ b/sot/source/unoolestorage/xolesimplestorage.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xolesimplestorage.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 07:45:58 $
+ * last change: $Author: obo $ $Date: 2006-01-20 09:58:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -96,6 +96,7 @@ class OLESimpleStorage : public ::cppu::WeakImplHelper6
::cppu::OInterfaceContainerHelper* m_pListenersContainer; // list of listeners
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xFactory;
+ sal_Bool m_bNoTemporaryCopy;
void UpdateOriginal_Impl();