INTEGRATION: CWS rtfpp2 (1.11.12); FILE MERGED

2006/02/06 16:30:48 mba 1.11.12.1: #128676#: superfluous notification of DataChanged after saving
This commit is contained in:
Rüdiger Timm
2006-02-09 12:37:27 +00:00
parent 126bfffb9d
commit 6e3fcfd714

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: embeddoc.hxx,v $ * $RCSfile: embeddoc.hxx,v $
* *
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 18:55:53 $ * last change: $Author: rt $ $Date: 2006-02-09 13:37:27 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -157,7 +157,7 @@ public:
// c++ - methods // c++ - methods
void notify(); void notify( bool bDataChanged = true );
HRESULT SaveObject(); HRESULT SaveObject();
HRESULT ShowObject(); HRESULT ShowObject();
GUID GetGUID() const { return m_guid; } GUID GetGUID() const { return m_guid; }