summaryrefslogtreecommitdiff
path: root/svx/sdi/svxitems.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
commit3a1ae638309cc1d3263b65d03b1396da534a1fc6 (patch)
treec5fdd067496d381d5e4a8a26bb7f8f5b436519d4 /svx/sdi/svxitems.sdi
parent70a46fb7439429372c9e156b75f4ca892ffa5a23 (diff)
#100743#: missing member of HyperlinkItem
Diffstat (limited to 'svx/sdi/svxitems.sdi')
-rw-r--r--svx/sdi/svxitems.sdi13
1 files changed, 7 insertions, 6 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi
index 8e6711486c65..c2e17d0b19d3 100644
--- a/svx/sdi/svxitems.sdi
+++ b/svx/sdi/svxitems.sdi
@@ -2,9 +2,9 @@
*
* $RCSfile: svxitems.sdi,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: mba $ $Date: 2002-07-08 07:50:02 $
+ * last change: $Author: mba $ $Date: 2002-07-19 13:50:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -600,10 +600,11 @@ item SvxLongULSpace SvxLongULSpaceItem;
struct SvxHyperlink
{
- String LinkName MID_HLINK_NAME;
- String LinkURL MID_HLINK_URL;
- String LinkTarget MID_HLINK_TARGET;
- INT32 LinkType MID_HLINK_TYPE;
+ String Text MID_HLINK_TEXT;
+ String URL MID_HLINK_URL;
+ String Target MID_HLINK_TARGET;
+ String Name MID_HLINK_NAME;
+ INT32 Type MID_HLINK_TYPE;
};
item SvxHyperlink SvxHyperlinkItem;