diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:00:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 10:00:53 +0000 |
commit | b72d9dac1ae834d0406364cb22b502380ec183ea (patch) | |
tree | 60706ab2ec264ef0b5543e3086590bb47b82d61f /svx/source/form | |
parent | 3e83b9280e22af573759f0fc46ed232a33d09d3d (diff) |
INTEGRATION: CWS frmcontrols02 (1.24.14); FILE MERGED
2004/01/22 10:40:11 fs 1.24.14.1: #i11424 NAVGATIONBAR
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/tbxform.src | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/svx/source/form/tbxform.src b/svx/source/form/tbxform.src index 00edaa4f35c7..7141b7ff946d 100644 --- a/svx/source/form/tbxform.src +++ b/svx/source/form/tbxform.src @@ -2,9 +2,9 @@ * * $RCSfile: tbxform.src,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: vg $ $Date: 2003-12-17 14:23:31 $ + * last change: $Author: hr $ $Date: 2004-04-13 11:00:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -377,7 +377,7 @@ FloatingWindow RID_SVXTBX_FORM ToolBox TBX_FORM { SVLook = TRUE ; - LineCount = 2 ; + LineCount = 3 ; ItemList = { ToolBoxItem @@ -457,6 +457,12 @@ FloatingWindow RID_SVXTBX_FORM RadioCheck = TRUE ; AutoCheck = TRUE ; }; + ToolBoxItem { Type = TOOLBOXITEM_BREAK ; }; + ToolBoxItem + { + Identifier = SID_FM_NAVIGATIONBAR ; + HelpID = SID_FM_NAVIGATIONBAR ; + }; ToolBoxItem { Identifier = SID_FM_IMAGEBUTTON ; |