diff options
-rw-r--r-- | svx/source/items/numfmtsh.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svx/source/items/numfmtsh.cxx b/svx/source/items/numfmtsh.cxx index d86e1f2f4053..d4d664991210 100644 --- a/svx/source/items/numfmtsh.cxx +++ b/svx/source/items/numfmtsh.cxx @@ -604,7 +604,9 @@ void SvxNumberFormatShell::FillEListWithStd_Impl( std::vector<OUString>& rList, break; case CAT_FRACTION :eOffsetStart=NF_FRACTION_START; eOffsetEnd=NF_FRACTION_END; - break; + nSelPos = FillEListWithFormats_Impl( rList, nSelPos, eOffsetStart, eOffsetEnd); + nSelPos = FillEListWithFormats_Impl( rList, nSelPos, NF_FRACTION_3, NF_FRACTION_4); + return; case CAT_BOOLEAN :eOffsetStart=NF_BOOLEAN; eOffsetEnd=NF_BOOLEAN; break; |