[Libreoffice-commits] .: Branch 'libreoffice-3-5' - svx/inc

Tor Lillqvist tml at kemper.freedesktop.org
Sun Mar 18 23:50:19 PDT 2012


 svx/inc/svx/sdrpaintwindow.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 4d3eaff534a7c97dc4d296f6b3cea4578db24182
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Sat Mar 17 08:39:26 2012 +0100

    workaround broken msvc template instantiation
    
    (cherry picked from commit 9865a0d430da8948210a2cd9d4bae08e6023f4c8)
    
    Signed-off-by: Tor Lillqvist <tlillqvist at suse.com>

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