diff options
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galleryfilestorage.hxx | 2 | ||||
-rw-r--r-- | svx/inc/gallerystoragelocations.hxx | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/svx/inc/galleryfilestorage.hxx b/svx/inc/galleryfilestorage.hxx index 56d89e03c72e..b347021f6640 100644 --- a/svx/inc/galleryfilestorage.hxx +++ b/svx/inc/galleryfilestorage.hxx @@ -41,7 +41,7 @@ class FmFormModel; class GalleryTheme; class GalleryThemeEntry; -class SVXCORE_DLLPUBLIC GalleryFileStorage final +class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) GalleryFileStorage final { private: tools::SvRef<SotStorage> m_aSvDrawStorageRef; diff --git a/svx/inc/gallerystoragelocations.hxx b/svx/inc/gallerystoragelocations.hxx index e30ea9cf0e18..854840b1cd8f 100644 --- a/svx/inc/gallerystoragelocations.hxx +++ b/svx/inc/gallerystoragelocations.hxx @@ -19,10 +19,11 @@ #pragma once +#include <config_options.h> #include <svx/svxdllapi.h> #include <tools/urlobj.hxx> -class SVXCORE_DLLPUBLIC GalleryStorageLocations final +class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) GalleryStorageLocations final { private: INetURLObject maThmURL; |