diff options
author | Andreas Bille <abi@openoffice.org> | 2003-03-27 15:09:44 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2003-03-27 15:09:44 +0000 |
commit | 2f7ab7745e7e1f2881e59c0bc8d5e9f0f691b059 (patch) | |
tree | 23d44aaf8675406941e345205e0fc8466ea3dc8c /embedserv/source/inc/embeddoc.hxx | |
parent | 60c9ea1e1e255f9bedaa5ca546df48ddf7d7ea17 (diff) |
#i2822# implemented interceptor for SaveAll,CloseDoc and Save
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 4b3443a62ccd..48516d2b00c9 100755 --- a/embedserv/source/inc/embeddoc.hxx +++ b/embedserv/source/inc/embeddoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: embeddoc.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: abi $ $Date: 2003-03-26 11:13:01 $ + * last change: $Author: abi $ $Date: 2003-03-27 16:09:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,6 +163,7 @@ public: // c++ - methods void notify(); + void SaveObject(); protected: oslInterlockedCount m_refCount; |