[REVIEW-3-5] Re: [Libreoffice-commits] .: svx/inc
Lubos Lunak
l.lunak at suse.cz
Sat Mar 17 03:08:46 PDT 2012
On Saturday 17 of March 2012, Lubos Lunak wrote:
> svx/inc/svx/sdrpaintwindow.hxx | 3 +++
> 1 file changed, 3 insertions(+)
>
> New commits:
> commit 9865a0d430da8948210a2cd9d4bae08e6023f4c8
> Author: Luboš Luňák <l.lunak at suse.cz>
> Date: Sat Mar 17 08:39:26 2012 +0100
>
> workaround broken msvc template instantiation
Somebody please signoff and push this to 3-5 too, there's the same
compilation problem according to tinderbox.
> diff --git a/svx/inc/svx/sdrpaintwindow.hxx
> b/svx/inc/svx/sdrpaintwindow.hxx index 9ecfbed..c6faaa2 100644
> --- a/svx/inc/svx/sdrpaintwindow.hxx
> +++ b/svx/inc/svx/sdrpaintwindow.hxx
> @@ -45,6 +45,9 @@ namespace sdr
> } // end of namespace overlay
> } // end of namespace sdr
>
> +#ifdef _MSC_VER // broken msvc template instantiation
> +#include <svx/sdr/overlay/overlaymanager.hxx>
> +#endif
>
> ///////////////////////////////////////////////////////////////////////////
>/////////////////////////
>
> class SdrPreRenderDevice
--
Lubos Lunak
l.lunak at suse.cz
More information about the LibreOffice
mailing list