diff options
author | Andreas Schlüns <as@openoffice.org> | 2002-09-13 05:41:14 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2002-09-13 05:41:14 +0000 |
commit | 3cda853919d75b181b30282b29e353c1087b6e64 (patch) | |
tree | 442b5f96d56df97c806b82563545626cf1f38f5e /sfx2/sdi/docslots.sdi | |
parent | e4f5f50b9d0a7ccf6e1cba1dacb5359e71aac66e (diff) |
#101628# new slot and functionality for SID_OPENHYPERLINK
Diffstat (limited to 'sfx2/sdi/docslots.sdi')
-rw-r--r-- | sfx2/sdi/docslots.sdi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sfx2/sdi/docslots.sdi b/sfx2/sdi/docslots.sdi index 672ad6a27d41..f6c6531b0cf5 100644 --- a/sfx2/sdi/docslots.sdi +++ b/sfx2/sdi/docslots.sdi @@ -2,7 +2,7 @@ shell SfxObjectShell (C) 1994-1995 StarDivision GmbH, Hamburg, Germany - $Author: cd $ $Date: 2002-08-26 07:29:54 $ $Revision: 1.7 $ + $Author: as $ $Date: 2002-09-13 06:40:54 $ $Revision: 1.8 $ $Logfile: T:/sfx2/sdi/docslots.sdv $ $Workfile: DOCSLOTS.SDI $ =========================================================================*/ @@ -22,6 +22,11 @@ interface Documents ExecMethod = OpenDocExec_Impl ; ] //--------------------------------------------------------------------- + SID_OPENHYPERLINK // ole(no) api(final/play/rec) + [ + ExecMethod = OpenDocExec_Impl ; + ] + //--------------------------------------------------------------------- SID_OPENURL // ole(no) api(no) [ ExecMethod = OpenDocExec_Impl ; |