https://bugs.freedesktop.org/show_bug.cgi?id=55662

--- Comment #4 from Michael Stahl <mst...@redhat.com> ---
so since i have no idea how this Writer thing works :) i've
played around a bit and you can actually set the order of
the caption; in the Caption dialog click Options and then
on the bottom there is "Caption order" with options
"Numbering first" or "Category first".

this dialog is apparently implemented in sw/source/ui/config/optload.cxx.

it reads some configuration setting to set the default:

    aLbCaptionOrder.SelectEntryPos(
        SW_MOD()->GetModuleConfig()->IsCaptionOrderNumberingFirst() ? 1 : 0);

officecfg/registry/data/org/openoffice/Office/Writer.xcu:

      <prop oor:name="CaptionOrderNumberingFirst">
         <value xml:lang="hu">true</value>
      </prop>

but there don't appear to be any changes between LO 3.6.1.2 and LO 3.6.2.2.

can you compare the configuration between these 2 versions, if you maybe have a
 user/registrymodifications.xcu with a changed CaptionOrderNumberingFirst?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to