Bug 55662

Summary: Numeration of illustrations has changed from 3.6.1.2 to 3.6.2.2
Product: LibreOffice Reporter: Florian Reisinger <reisi007>
Component: WriterAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED WORKSFORME QA Contact:
Severity: critical    
Priority: medium CC: detective.conan.1412, jmadero.dev, mst.fdo, reisi007
Version: 3.6.2.2 releaseKeywords: regression
Hardware: All   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Picture caption with both 3.6.2.1 and 3.6.2.2 showing the affect in
Picture caption with both 3.6.2.1 and 3.6.2.2 showing the affect in

Description Florian Reisinger 2012-10-05 11:44:14 UTC
Created attachment 68114 [details]
Picture caption with both 3.6.2.1 and 3.6.2.2 showing the affect in

How to reproduce the bug?

-Insert a picture in Writer
-Insert a caption with 3.6.2.2 and 3.6.1.2
- See the different (I installed 3.6.2.2 parallel, so freh user dir)

Sould be (German: "Abbildung" means picture): Abbildung 1
Is with 3.6.2.2: 1. Abbildung (First picture)

I am on Win 7 x64 and the could couldn't reproduced on Linux

By the way: This breaks the sorting in the illustration index..

@Joel: Could you please test this on Windows + it is very annoying + I could reproduce it on two different PC @ Win7 = HardHack?
Comment 1 Florian Reisinger 2012-10-05 11:46:10 UTC
Created attachment 68115 [details]
Picture caption with both 3.6.2.1 and 3.6.2.2 showing the affect in

Sorry, MIME type has not been detected
Comment 2 Korrawit Pruegsanusak 2012-10-20 14:21:55 UTC
[NOT REPRODUCIBLE] on Windows XP, neither 3.6.1.2 nor 3.6.2.2, US-English UI.

I inserted a picture, right-click selecting "Caption", then "Illustration" was already selected (which I think it is what you mean for "Abbildung") > click OK. It is all expected.

Also, in the Caption dialog > "Options" > do you check it is "Numbering first" or "Category first"? Anyway, for me they both behaved correctly in both versions.

> I am on Win 7 x64 and the could couldn't reproduced on Linux

Hmm, did you actually reproduce it on linux?
Comment 3 Florian Reisinger 2012-10-20 16:09:19 UTC
Yep, Illustration was what I meant...

I used the standard settings I will try to check that ASAP and yes @ the German ML we checked it and it was NOT REPRDUCEABLE, but on 2 different Windows machines REPRODUCEABLE

What comes in my mind: Could that be a translation error..?
Comment 4 Michael Stahl 2012-12-18 20:24:09 UTC
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?
Comment 5 Michael Stahl 2012-12-19 11:03:34 UTC
ah i just found the setting in the UI, it is
Tools->Options->Writer->AutoCaption->Caption order
Comment 6 Florian Reisinger 2012-12-23 09:16:34 UTC
Okay, NOT reproduceable with master 2012-12-15 --> WORKSFORME
Thanks for rechecking ;)

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.