summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-11 09:44:55 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-11 09:44:55 +0000
commitc2eec1f33c483c05480e1d902d7b3253fd77a066 (patch)
treed4c560d4712b577f2bd02c9b71f2f7f1b5697e9e /sw/inc/docsh.hxx
parentf8044c9154237fc685620ed6052b8c781518f84e (diff)
INTEGRATION: CWS os54 (1.29.108); FILE MERGED
2005/02/25 11:42:59 fme 1.29.108.1: #i42634# Update links after binfilter import
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index ce6c3ad9a251..61af4393823c 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: rt $ $Date: 2005-01-11 12:16:49 $
+ * last change: $Author: vg $ $Date: 2005-03-11 10:44:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -308,6 +308,12 @@ public:
// --> FME 2004-08-05 #i20883# Digital Signatures and Encryption
virtual sal_uInt16 GetHiddenInformationState( sal_uInt16 nStates );
// <--
+
+ // --> FME 2005-02-25 #i42634# Overwrites SfxObjectShell::UpdateLinks
+ // This new function is necessary to trigger update of links in docs
+ // read by the binary filter:
+ virtual void UpdateLinks();
+ // <--
};
#endif