diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-19 13:40:29 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2014-01-19 13:40:29 +0000 |
commit | 4f5b26a97dbaef964af1fe323f24109b987cb952 (patch) | |
tree | 4bdf759fb4eb9f433b577b3831051f5fa84ba58f /sw | |
parent | f17513bf90f3ad1dd0cd991f6569a38d9c8c0782 (diff) |
#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent CustomUnitText on metric fields
Notes
Notes:
merged as: 260df50ae67e0d9f9d80e0686e6a12903c53c130
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/frmdlg/column.src | 3 | ||||
-rw-r--r-- | sw/source/ui/misc/pgfnote.src | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/ui/frmdlg/column.src b/sw/source/ui/frmdlg/column.src index 98296b4e4454..3c8a2c01f736 100644 --- a/sw/source/ui/frmdlg/column.src +++ b/sw/source/ui/frmdlg/column.src @@ -293,8 +293,7 @@ TabPage TP_COLUMN Minimum = 25 ; Maximum = 100 ; Value = 100 ; - Unit = FUNIT_CUSTOM ; - CustomUnitText = "%" ; + Unit = FUNIT_PERCENT ; First = 25 ; Last = 100 ; }; diff --git a/sw/source/ui/misc/pgfnote.src b/sw/source/ui/misc/pgfnote.src index 774ca99b75b4..008f98d60317 100644 --- a/sw/source/ui/misc/pgfnote.src +++ b/sw/source/ui/misc/pgfnote.src @@ -157,8 +157,7 @@ TabPage TP_FOOTNOTE_PAGE Spin = TRUE ; Maximum = 100 ; Value = 100 ; - Unit = FUNIT_CUSTOM ; - CustomUnitText = "%" ; + Unit = FUNIT_PERCENT ; First = 10 ; Last = 100 ; }; |