diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-02 15:07:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-02 15:07:36 +0000 |
commit | 7a312102bb6ebb4158a5a6782494d8d12c583253 (patch) | |
tree | 84de7183072f4d693f673db90475a5b6587b3868 /embeddedobj/source/inc/oleembobj.hxx | |
parent | 5ebf174874031db6062bcff3909357a210697d93 (diff) |
#i10000# build error fixed (mav)
Diffstat (limited to 'embeddedobj/source/inc/oleembobj.hxx')
-rw-r--r-- | embeddedobj/source/inc/oleembobj.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/embeddedobj/source/inc/oleembobj.hxx b/embeddedobj/source/inc/oleembobj.hxx index 375d4e3d8568..169304b40332 100644 --- a/embeddedobj/source/inc/oleembobj.hxx +++ b/embeddedobj/source/inc/oleembobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: oleembobj.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2006-02-01 19:37:47 $ + * last change: $Author: kz $ $Date: 2006-02-02 16:07:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -203,6 +203,8 @@ class OleEmbeddedObject : public ::cppu::WeakImplHelper3 // whether the object should be initialized from clipboard in case of default initialization sal_Bool m_bFromClipboard; + ::rtl::OUString m_aTempURL; + // STAMPIT solution // the following member is used during verb execution to detect whether the verb execution modifies the object VerbExecutionController m_aVerbExecutionController; |