libreoffice/vbahelper.visibility.patch

22 lines
955 B
Diff
Raw Normal View History

2011-01-31 09:02:33 +00:00
--- vbahelper/inc/vbahelper/vbacollectionimpl.hxx 2011-01-28 20:27:51.507604173 +0000
2011-01-28 20:30:00 +00:00
+++ vbahelper/inc/vbahelper/vbacollectionimpl.hxx 2011-01-28 20:28:26.230045727 +0000
@@ -238,7 +238,7 @@
// including a HelperInterface implementation
template< typename Ifc1 >
-class ScVbaCollectionBase : public InheritedHelperInterfaceImpl< Ifc1 >
+class VBAHELPER_DLLPUBLIC ScVbaCollectionBase : public InheritedHelperInterfaceImpl< Ifc1 >
{
typedef InheritedHelperInterfaceImpl< Ifc1 > BaseColBase;
protected:
2011-01-31 09:02:33 +00:00
--- solenv/inc/unxgcc.mk 2011-01-31 08:57:25.476403469 +0000
+++ solenv/inc/unxgcc.mk 2011-01-31 08:57:51.556952522 +0000
2011-01-31 10:58:12 +00:00
CFLAGS_NO_EXCEPTIONS=-fno-exceptions
2011-01-31 09:02:33 +00:00
2011-01-31 10:58:12 +00:00
# -fpermissive should be removed as soon as possible
-CFLAGSCXX= -pipe $(ARCH_FLAGS)
2011-01-31 19:58:45 +00:00
+CFLAGSCXX= -pipe $(ARCH_FLAGS) -fno-implicit-templates
2011-01-31 10:58:12 +00:00
.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"
CFLAGSCXX += -fvisibility-inlines-hidden
.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE"