Re: [Libreoffice] [PATCH] Also use .NET2003 build fix for Clang (in toolkit)

2011-10-24 Thread Stephan Bergmann
On 10/22/2011 11:47 AM, Kristian Rietveld wrote: By far the quickest is to use the already existing fix for .NET2003 for clang as well. In the future, this is something that possibly should be avoided in the class hierarchy, there are more classes in the code base that expose a similar problem.

[Libreoffice] [PATCH] Also use .NET2003 build fix for Clang (in toolkit)

2011-10-22 Thread Kristian Rietveld
This fixes the following error: /source/libo/libo/toolkit/source/awt/vclxsplitter.cxx:114:32: error: ambiguous conversion from derived class 'layoutimpl::VCLXSplitter' to base class 'cppu::OWeakObject': class layoutimpl::VCLXSplitter - class VCLXWindow - VCLXWindow_Base - class VCLXDevice