summaryrefslogtreecommitdiff
path: root/sw/inc/IDocumentLinksAdministration.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 12:04:26 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 12:04:26 +0000
commit8c9c32e6194fb9473d247bb6ab5375da411647c2 (patch)
treef7b37e4e77cda07857ae74102566b88692177990 /sw/inc/IDocumentLinksAdministration.hxx
parent7dbe88b8caed91c5d8c24474357b730a3487a3b5 (diff)
INTEGRATION: CWS basemodelrefactoring (1.3.202); FILE MERGED
2007/04/28 10:32:16 mba 1.3.202.1: #i73793#: allow to suppress Update Dialog
Diffstat (limited to 'sw/inc/IDocumentLinksAdministration.hxx')
-rw-r--r--sw/inc/IDocumentLinksAdministration.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/IDocumentLinksAdministration.hxx b/sw/inc/IDocumentLinksAdministration.hxx
index eb75e4226154..b372f1369b47 100644
--- a/sw/inc/IDocumentLinksAdministration.hxx
+++ b/sw/inc/IDocumentLinksAdministration.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: IDocumentLinksAdministration.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2006-10-11 08:43:44 $
+ * last change: $Author: obo $ $Date: 2007-07-17 13:04:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,7 +67,7 @@ namespace sfx2 { class SvLinkSource; }
/** FME 2005-02-25 #i42634# Moved common code of SwReader::Read() and
SwDocShell::UpdateLinks() to new SwDoc::UpdateLinks():
*/
- virtual void UpdateLinks() = 0;
+ virtual void UpdateLinks(BOOL bUI) = 0;
/** SS fuers Linken von Dokumentteilen
*/