diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 11:53:28 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 11:53:28 +0000 |
commit | 102c0ef07e43cd937004911dcb9b2810aad98b0e (patch) | |
tree | 8902c9a1316a47e066589261c6d601c69e5f124d /embedserv | |
parent | 5b3e5d91a5af1ba51e6fe326e83f272cf42a6db5 (diff) |
INTEGRATION: CWS c04v3_SRC680 (1.13.6); FILE MERGED
2006/11/24 18:43:16 mav 1.13.6.1: #143410# reimplement links support correctly
Diffstat (limited to 'embedserv')
-rwxr-xr-x | embedserv/source/inc/embeddoc.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embedserv/source/inc/embeddoc.hxx b/embedserv/source/inc/embeddoc.hxx index 657fc2f81f42..beb1b49c2b82 100755 --- a/embedserv/source/inc/embeddoc.hxx +++ b/embedserv/source/inc/embeddoc.hxx @@ -4,9 +4,9 @@ * * $RCSfile: embeddoc.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2006-10-06 10:38:54 $ + * last change: $Author: rt $ $Date: 2006-12-05 12:53:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -164,6 +164,7 @@ public: HRESULT SaveObject(); HRESULT ShowObject(); GUID GetGUID() const { return m_guid; } + HRESULT OLENotifyClosing(); protected: oslInterlockedCount m_refCount; |