[Libreoffice-commits] .: svx/inc

Lubos Lunak llunak at kemper.freedesktop.org
Sat Mar 17 00:40:18 PDT 2012


 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

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


More information about the Libreoffice-commits mailing list