[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - include/connectivity include/ucbhelper include/vcl
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 20 10:36:39 UTC 2021
include/connectivity/sdbcx/VCollection.hxx | 2 +-
include/ucbhelper/interactionrequest.hxx | 2 +-
include/vcl/IDialogRenderable.hxx | 2 +-
include/vcl/metaact.hxx | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit f9003c8b61f2c5e78617ac9e9e58263e03b9715b
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Jul 20 11:54:05 2021 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Jul 20 12:36:01 2021 +0200
these classes are used from non-merged libs
Change-Id: I2eb80d0b3002f174deea0d8657cb0cdbdec5be8f
diff --git a/include/connectivity/sdbcx/VCollection.hxx b/include/connectivity/sdbcx/VCollection.hxx
index 9e94d83cb964..7333b84f92e5 100644
--- a/include/connectivity/sdbcx/VCollection.hxx
+++ b/include/connectivity/sdbcx/VCollection.hxx
@@ -58,7 +58,7 @@ namespace connectivity::sdbcx
typedef css::uno::Reference< css::beans::XPropertySet > ObjectType;
- class UNLESS_MERGELIBS(OOO_DLLPUBLIC_DBTOOLS) SAL_NO_VTABLE IObjectCollection
+ class OOO_DLLPUBLIC_DBTOOLS SAL_NO_VTABLE IObjectCollection
{
public:
virtual ~IObjectCollection();
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index fa4185e2ad1b..419c21123e52 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -222,7 +222,7 @@ public:
* along with an interaction request to indicate the possibility to approve
* the request.
*/
-class UNLESS_MERGELIBS(UCBHELPER_DLLPUBLIC) InteractionApprove final : public InteractionContinuation,
+class UCBHELPER_DLLPUBLIC InteractionApprove final : public InteractionContinuation,
public css::lang::XTypeProvider,
public css::task::XInteractionApprove
{
diff --git a/include/vcl/IDialogRenderable.hxx b/include/vcl/IDialogRenderable.hxx
index 68a573574186..bb5480f1bf4f 100644
--- a/include/vcl/IDialogRenderable.hxx
+++ b/include/vcl/IDialogRenderable.hxx
@@ -27,7 +27,7 @@ typedef std::pair<const OString, const OString> LOKPayloadItem;
typedef sal_uInt32 LOKWindowId;
-class UNLESS_MERGELIBS(VCL_DLLPUBLIC) ILibreOfficeKitNotifier
+class VCL_DLLPUBLIC ILibreOfficeKitNotifier
{
public:
virtual ~ILibreOfficeKitNotifier();
diff --git a/include/vcl/metaact.hxx b/include/vcl/metaact.hxx
index 2e508ff1fdbb..b1bcf4b4ed3d 100644
--- a/include/vcl/metaact.hxx
+++ b/include/vcl/metaact.hxx
@@ -97,7 +97,7 @@ public:
static MetaAction* ReadMetaAction( SvStream& rIStm, ImplMetaReadData* pData );
};
-class UNLESS_MERGELIBS(VCL_DLLPUBLIC) MetaPixelAction final : public MetaAction
+class VCL_DLLPUBLIC MetaPixelAction final : public MetaAction
{
private:
Point maPt;
@@ -497,7 +497,7 @@ public:
sal_Int32 GetLen() const { return mnLen; }
};
-class UNLESS_MERGELIBS(VCL_DLLPUBLIC) MetaTextArrayAction final : public MetaAction
+class VCL_DLLPUBLIC MetaTextArrayAction final : public MetaAction
{
private:
More information about the Libreoffice-commits
mailing list