Re: [Libreoffice] duplication of ItemHolder2

2011-08-18 Thread Matúš Kukan
2011/8/18 Eike Rathke : > Hi Matúš, > > On Monday, 2011-08-15 13:50:44 +0200, Matúš Kukan wrote: > >> I'm trying to build bigger libraries > > What would be the benefit of that in this specific case? > I don't want to merge these two but also others always loaded libraries in application and later

Re: [Libreoffice] duplication of ItemHolder2

2011-08-18 Thread Miklos Vajna
On Wed, Aug 17, 2011 at 03:35:25PM -0400, Terrence Enger wrote: > On Wed, 2011-08-17 at 19:38 +0200, Matúš Kukan wrote: > > [snip] > > > > So, can I just rename ItemHolder2 in svtools to ItemHolder3 ? > > I have a vague memory from the times of OpenOffice.org of a > numeric suffix on a name ind

Re: [Libreoffice] duplication of ItemHolder2

2011-08-17 Thread Eike Rathke
Hi Matúš, On Monday, 2011-08-15 13:50:44 +0200, Matúš Kukan wrote: > I'm trying to build bigger libraries What would be the benefit of that in this specific case? > but I have small problem with ItemHolder2. > It's implemented in svl/source/config/itemholder2.cxx and also in > svtools/source/co

Re: [Libreoffice] duplication of ItemHolder2

2011-08-17 Thread Terrence Enger
On Wed, 2011-08-17 at 19:38 +0200, Matúš Kukan wrote: > [snip] > > So, can I just rename ItemHolder2 in svtools to ItemHolder3 ? I have a vague memory from the times of OpenOffice.org of a numeric suffix on a name indicating the number of template parameters. Templates with "Helper" in the name,

Re: [Libreoffice] duplication of ItemHolder2

2011-08-17 Thread Matúš Kukan
On 15 August 2011 13:50, Matúš Kukan wrote: > Hello, > > I'm trying to build bigger libraries but I have small problem with > ItemHolder2. > It's implemented in svl/source/config/itemholder2.cxx and also in > svtools/source/config/itemholder2.cxx. > The one in svtools seems to be more general but

[Libreoffice] duplication of ItemHolder2

2011-08-15 Thread Matúš Kukan
Hello, I'm trying to build bigger libraries but I have small problem with ItemHolder2. It's implemented in svl/source/config/itemholder2.cxx and also in svtools/source/config/itemholder2.cxx. The one in svtools seems to be more general but svtools's library is linking against the svl one. Any sug