summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:48:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:48:05 +0000
commit6b9fd26781cb8f5b850150a78dbd29feda7d5745 (patch)
treedb32ca680a94b4ed56513c1026159bc22e99ba30
parent3765c098e664858a051a5eb80a2c6b0305147b25 (diff)
INTEGRATION: CWS cfgapi (1.3.94); FILE MERGED
2004/06/02 12:06:53 ssmith 1.3.94.1: #28723# import services should trigger backend notifications
-rw-r--r--configmgr/source/backend/importmergehandler.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/configmgr/source/backend/importmergehandler.hxx b/configmgr/source/backend/importmergehandler.hxx
index 840df258f715..f816668976b5 100644
--- a/configmgr/source/backend/importmergehandler.hxx
+++ b/configmgr/source/backend/importmergehandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: importmergehandler.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 13:15:13 $
+ * last change: $Author: hr $ $Date: 2004-06-18 15:48:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,8 @@ namespace configmgr
};
explicit
- ImportMergeHandler(Backend const & xTargetBackend, Mode mode, OUString const & aEntity = OUString());
+ ImportMergeHandler(Backend const & xTargetBackend, Mode mode,
+ OUString const & aEntity = OUString(), sal_Bool const & bNotify = sal_False);
// XLayerHandler
protected: