summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:37:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-09 12:37:27 +0000
commit6e3fcfd714323b2d0fe20a0db35a5f8eadce36a7 (patch)
tree45f0aa5f1f9b98e01a40446b36983920022e835f
parent126bfffb9d4d84e09945824b8d8927dd510edc17 (diff)
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
-rwxr-xr-xembedserv/source/inc/embeddoc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embedserv/source/inc/embeddoc.hxx b/embedserv/source/inc/embeddoc.hxx
index 2627c25c1bcd..fed5ebed919f 100755
--- a/embedserv/source/inc/embeddoc.hxx
+++ b/embedserv/source/inc/embeddoc.hxx
@@ -4,9 +4,9 @@
*
* $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 terms of GNU Lesser General Public License Version 2.1.
@@ -157,7 +157,7 @@ public:
// c++ - methods
- void notify();
+ void notify( bool bDataChanged = true );
HRESULT SaveObject();
HRESULT ShowObject();
GUID GetGUID() const { return m_guid; }