summaryrefslogtreecommitdiff
path: root/sw/sdi/switems.sdi
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-07-19 12:54:55 +0000
committerMathias Bauer <mba@openoffice.org>2002-07-19 12:54:55 +0000
commit3e07a5d33f7cf30ada77ba2073b0975b4785738c (patch)
tree4c232777596f7d8297db1f95d9266bbb8b1334c6 /sw/sdi/switems.sdi
parent172db3c8817603339794a0a38013633f58eda7fe (diff)
#100743#: missing member of HyperlinkItem
Diffstat (limited to 'sw/sdi/switems.sdi')
-rw-r--r--sw/sdi/switems.sdi8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/sdi/switems.sdi b/sw/sdi/switems.sdi
index 0081faaf812f..15e1c3381752 100644
--- a/sw/sdi/switems.sdi
+++ b/sw/sdi/switems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: switems.sdi,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: mba $ $Date: 2002-07-08 08:07:25 $
+ * last change: $Author: mba $ $Date: 2002-07-19 13:54:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,8 @@ item SwLineNumber SwFmtLineNumber;
struct INetFmt
{
String URL MID_URL_URL;
- String TargetFrame MID_URL_TARGET;
- String HyperlinkName MID_URL_HYPERLINKNAME;
+ String Target MID_URL_TARGET;
+ String Name MID_URL_HYPERLINKNAME;
String VisitedFormat MID_URL_VISITED_FMT;
String UnvisitedFormat MID_URL_UNVISITED_FMT;
};