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@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@suse.cz
Context
- [REVIEW-3-5] Re: [Libreoffice-commits] .: svx/inc · Lubos Lunak
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.