diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/inc/dp_interact.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/source/deployment/inc/dp_interact.h b/desktop/source/deployment/inc/dp_interact.h index 511311e817f3..a908af3b59d4 100644 --- a/desktop/source/deployment/inc/dp_interact.h +++ b/desktop/source/deployment/inc/dp_interact.h @@ -20,6 +20,7 @@ #ifndef INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_INTERACT_H #define INCLUDED_DESKTOP_SOURCE_DEPLOYMENT_INC_DP_INTERACT_H +#include <config_options.h> #include <rtl/ref.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/ucb/XCommandEnvironment.hpp> @@ -102,7 +103,7 @@ DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool interactContinuation( -class DESKTOP_DEPLOYMENTMISC_DLLPUBLIC AbortChannel : +class UNLESS_MERGELIBS(DESKTOP_DEPLOYMENTMISC_DLLPUBLIC) AbortChannel : public ::cppu::WeakImplHelper<css::task::XAbortChannel> { bool m_aborted; |