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 | 8e079fc97386dc2945e300c8c8fd5b9d3abe07a3 (patch) | |
tree | 0a01932326946f652ce2afe7798e705948897ac4 /embedserv/source/inc/embeddoc.hxx | |
parent | 07d6b08f7c6156166d4abb55125459395ab57e04 (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/source/inc/embeddoc.hxx')
-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 f24fdb18f..d0d910961 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; |