diff options
author | Andreas Bille <abi@openoffice.org> | 2003-03-28 15:31:27 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2003-03-28 15:31:27 +0000 |
commit | d2eec04f8b8a0df85863ed74db6acce5051034e1 (patch) | |
tree | 1de7d227704d5c86a0680cda7b96b48a50ac8db8 /embedserv/source/inc | |
parent | 6652c8336ff201af224d6c0b787f5d79ec4f1810 (diff) |
#i2822# fixed to update before closing and intercepting CloseWin and CloseFrame also
Diffstat (limited to 'embedserv/source/inc')
-rwxr-xr-x | embedserv/source/inc/embeddoc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embedserv/source/inc/embeddoc.hxx b/embedserv/source/inc/embeddoc.hxx index 48516d2b00c9..dc904faa2eb8 100755 --- a/embedserv/source/inc/embeddoc.hxx +++ b/embedserv/source/inc/embeddoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: embeddoc.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: abi $ $Date: 2003-03-27 16:09:42 $ + * last change: $Author: abi $ $Date: 2003-03-28 16:31:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,7 @@ public: // c++ - methods void notify(); - void SaveObject(); + HRESULT SaveObject(); protected: oslInterlockedCount m_refCount; |