Re: [Libreoffice] Duplicate entries in sd::ViewShellFactoryIds

2011-01-25 Thread Takeshi Abe
Hi Caolán, On Tue, 25 Jan 2011 21:28:16 +, Caolán McNamara wrote: > On Tue, 2011-01-25 at 05:20 +0900, Takeshi Abe wrote: >> Hi, >> >> Just out of curiousity, but I wonder why both IMPRESS_FACTORY_ID and >> DRAW_FACTORY_ID share the same value 1 in impress/sd/inc/FactoryIds.hxx: > > No clue

Re: [Libreoffice] Duplicate entries in sd::ViewShellFactoryIds

2011-01-25 Thread Caolán McNamara
On Tue, 2011-01-25 at 05:20 +0900, Takeshi Abe wrote: > Hi, > > Just out of curiousity, but I wonder why both IMPRESS_FACTORY_ID and > DRAW_FACTORY_ID share the same value 1 in impress/sd/inc/FactoryIds.hxx: No clue, but impress and draw are incredibly closely linked apps. Basically the same one

[Libreoffice] Duplicate entries in sd::ViewShellFactoryIds

2011-01-24 Thread Takeshi Abe
Hi, Just out of curiousity, but I wonder why both IMPRESS_FACTORY_ID and DRAW_FACTORY_ID share the same value 1 in impress/sd/inc/FactoryIds.hxx: --- enum ViewShellFactoryIds { IMPRESS_FACTORY_ID = 1, DRAW_FACTORY_ID = 1, SLIDE_SORTER_FACTORY_ID = 2, OUTLINE_FACTORY_ID = 3, PRE