diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:01:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 12:01:47 +0000 |
commit | c4e889c2267be6d340aae3b392be5f0374524dfa (patch) | |
tree | 39e6fa9ec556ac13469da80aed3a2e42115a7a12 /svx/sdi | |
parent | 8536168e601065ac0aac218746e867efead79882 (diff) |
INTEGRATION: CWS tkr01 (1.28.900); FILE MERGED
2007/06/26 10:06:16 tkr 1.28.900.1: #i78846# Enable TreeControl support
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svxitems.sdi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index d9d46a65df17..27657f36e3d7 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -4,9 +4,9 @@ * * $RCSfile: svxitems.sdi,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: hr $ $Date: 2007-06-27 13:38:59 $ + * last change: $Author: rt $ $Date: 2007-07-03 13:01:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -91,7 +91,8 @@ enum SvxChooseControlEnum SVX_SNAP_CURRENCYFIELD, SVX_SNAP_FORMATTEDFIELD, SVX_SNAP_PATTERNFIELD, - SVX_SNAP_FILECONTROL + SVX_SNAP_FILECONTROL, + SVX_SNAP_TREECONTROL } item SvxChooseControlEnum SvxChooseControlItem; |