diff options
author | David Tardon <dtardon@redhat.com> | 2015-04-15 13:36:28 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-04-16 08:37:58 +0200 |
commit | add2ca7b3ab10ed9d18e60d8e50020168d922836 (patch) | |
tree | 65efcbb0de2a5cc59f61a6b22265510ec3afd53d /sd | |
parent | 2a88873e96d5aa916146a74c20b34b2715418350 (diff) |
make more classes dllpublic
... to fix asan+ubsan+dbgutil build
Change-Id: I1400774d383879bbff9bf28251a104cd53bafaed
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/CustomAnimationEffect.hxx | 2 | ||||
-rw-r--r-- | sd/inc/sdmod.hxx | 2 | ||||
-rw-r--r-- | sd/inc/stlpool.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/View.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/ViewShell.hxx | 2 |
5 files changed, 5 insertions, 5 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: diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx index 1b22016d93e2..264a65c38252 100644 --- a/sd/source/ui/inc/View.hxx +++ b/sd/source/ui/inc/View.hxx @@ -82,7 +82,7 @@ public: void End(); }; -class View : public FmFormView +class SD_DLLPUBLIC View : public FmFormView { public: TYPEINFO_OVERRIDE(); diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index 1b46129e1087..dd5e1ea0e653 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -79,7 +79,7 @@ class ZoomList; <p>This class replaces the former ViewShell class.</p> */ -class ViewShell +class SD_DLLPUBLIC ViewShell : public SfxShell { public: |