diff options
author | Oliver Specht <os@openoffice.org> | 2002-03-21 10:40:28 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-03-21 10:40:28 +0000 |
commit | c665924fa40544f4f44cba19214bfba887016cd0 (patch) | |
tree | 89e668ba6350231e4e77ff0abcda72a292d50add | |
parent | 38e35c8b7f9008fda3d38d23cfae065ce572b098 (diff) |
#97008 name/description of border lines changed
-rw-r--r-- | svx/source/dialog/frmsel.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/frmsel.src b/svx/source/dialog/frmsel.src index 26b90787c22c..e62616e4dce1 100644 --- a/svx/source/dialog/frmsel.src +++ b/svx/source/dialog/frmsel.src @@ -2,9 +2,9 @@ * * $RCSfile: frmsel.src,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2002-02-13 14:22:53 $ + * last change: $Author: os $ $Date: 2002-03-21 11:40:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,8 +84,8 @@ Resource RID_SVXSTR_BORDER_CONTROL < "Right border line" ; 2; > ; //SVX_FRMSELLINE_RIGHT, < "Top border line" ; 3; > ; //SVX_FRMSELLINE_TOP, < "Bottom border line" ; 4; > ; //SVX_FRMSELLINE_BOTTOM, - < "Horizontal border line" ; 5; > ; //SVX_FRMSELLINE_HOR, - < "Vertical border line" ; 6; > ; //SVX_FRMSELLINE_VER + < "Horizontal border line within table" ; 5; > ; //SVX_FRMSELLINE_HOR, + < "Vertical border line within table" ; 6; > ; //SVX_FRMSELLINE_VER }; }; StringArray ARR_DESCRIPTIONS @@ -107,8 +107,8 @@ Resource RID_SVXSTR_BORDER_CONTROL < "Right border line" ; 2; > ; //SVX_FRMSELLINE_RIGHT, < "Top border line" ; 3; > ; //SVX_FRMSELLINE_TOP, < "Bottom border line" ; 4; > ; //SVX_FRMSELLINE_BOTTOM, - < "Horizontal border line" ; 5; > ; //SVX_FRMSELLINE_HOR, - < "Vertical border line" ; 6; > ; //SVX_FRMSELLINE_VER + < "Horizontal border line within table" ; 5; > ; //SVX_FRMSELLINE_HOR, + < "Vertical border line within table" ; 6; > ; //SVX_FRMSELLINE_VER }; }; }; |