diff options
-rw-r--r-- | cui/source/options/optcolor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optcolor.cxx b/cui/source/options/optcolor.cxx index b6e834fa4392..cc217e40b0d1 100644 --- a/cui/source/options/optcolor.cxx +++ b/cui/source/options/optcolor.cxx @@ -706,8 +706,8 @@ void ColorConfigWindow_Impl::CreateEntries (ResMgr& rResMgr) ExtendedColorConfig aExtConfig; if (unsigned const nExtGroupCount = aExtConfig.GetComponentCount()) { - unsigned nLineNum = GetPosBehindLastChapter() / - LogicToPixel(Size(0, LINE_HEIGHT), MAP_APPFONT).Height(); + unsigned nLineNum = ( GetPosBehindLastChapter() / + LogicToPixel(Size(0, LINE_HEIGHT), MAP_APPFONT).Height() ) + 1; for (unsigned j = 0; j != nExtGroupCount; ++j) { rtl::OUString const sComponentName = aExtConfig.GetComponentName(j); |