summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-04-15 13:36:28 +0200
committerDavid Tardon <dtardon@redhat.com>2015-04-16 08:37:58 +0200
commitadd2ca7b3ab10ed9d18e60d8e50020168d922836 (patch)
tree65efcbb0de2a5cc59f61a6b22265510ec3afd53d /sd/inc
parent2a88873e96d5aa916146a74c20b34b2715418350 (diff)
make more classes dllpublic
... to fix asan+ubsan+dbgutil build Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx2
-rw-r--r--sd/inc/sdmod.hxx2
-rw-r--r--sd/inc/stlpool.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index e415989c979f..8e4b62836db0 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -379,7 +379,7 @@ private:
typedef boost::shared_ptr< InteractiveSequence > InteractiveSequencePtr;
typedef std::list< InteractiveSequencePtr > InteractiveSequenceList;
-class MainSequence : public EffectSequenceHelper, public ISequenceListener
+class SD_DLLPUBLIC MainSequence : public EffectSequenceHelper, public ISequenceListener
{
friend class UndoAnimation;
friend class MainSequenceRebuildGuard;
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx
index 5ad63fd081ee..e79ccdea7a26 100644
--- a/sd/inc/sdmod.hxx
+++ b/sd/inc/sdmod.hxx
@@ -75,7 +75,7 @@ typedef std::map< sal_uInt32, css::uno::Sequence< css::uno::Type> > SdTypesCache
*/
-class SdModule : public SfxModule, public SfxListener
+class SD_DLLPUBLIC SdModule : public SfxModule, public SfxListener
{
public:
TYPEINFO_OVERRIDE();
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index 5a22993fd36f..2303c7f61d2d 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -52,7 +52,7 @@ typedef ::cppu::ImplInheritanceHelper4< SfxStyleSheetPool,
::com::sun::star::container::XNameAccess,
::com::sun::star::lang::XComponent > SdStyleSheetPoolBase;
-class SdStyleSheetPool : public SdStyleSheetPoolBase, public SfxListener
+class SD_DLLPUBLIC SdStyleSheetPool : public SdStyleSheetPoolBase, public SfxListener
{
friend class SdDrawDocument;
public: