diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-10 15:40:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-10 15:40:46 +0000 |
commit | 25902eeec9f623f836a8c23b2ef86412b14eb461 (patch) | |
tree | 8b3867a13153bb83f7b53aeabc0d25dce43c0426 /sw/inc/unotxdoc.hxx | |
parent | 1732ac82c3e05d223f7a02bc4e4cd40e8c8db26c (diff) |
INTEGRATION: CWS impress76 (1.18.32); FILE MERGED
2005/11/07 18:25:20 cl 1.18.32.1: #i56896# tunnel BuildId from xml loading to ole objects
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index d770d954c559..49ead4414c3e 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unotxdoc.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2005-10-18 13:47:42 $ + * last change: $Author: rt $ $Date: 2005-11-10 16:40:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -311,6 +311,8 @@ class SwXTextDocument : public SwXTextDocumentBaseClass, SfxViewShell * GuessViewShell(); SwDoc * GetRenderDoc( SfxViewShell *&rpView, const ::com::sun::star::uno::Any& rSelection ); + rtl::OUString maBuildId; + protected: virtual ~SwXTextDocument(); public: |