summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2023-05-24 07:37:14 +0200
committerAndras Timar <andras.timar@collabora.com>2023-05-24 07:37:14 +0200
commitce6922def57275eddc12c82b08c8853d6749c9b5 (patch)
tree52965b5e4a1281ce1338183ea96d76e8bc47f375
parent5d7ab5ed17711a04bf011f3862dd7b9fcd8776d8 (diff)
build fix
Change-Id: I7ab9f02a82628ed3d912e961be22210fe76ca8c9
-rw-r--r--include/svx/svdoole2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx
index da5f094ab155..085b6e04a3a3 100644
--- a/include/svx/svdoole2.hxx
+++ b/include/svx/svdoole2.hxx
@@ -201,7 +201,7 @@ public:
void Connect() { GetRealObject(); }
};
-class SVXCORE_DLLPUBLIC SdrIFrameLink final : public sfx2::SvBaseLink
+class SVX_DLLPUBLIC SdrIFrameLink final : public sfx2::SvBaseLink
{
SdrOle2Obj* m_pObject;