diff options
author | MoazAlaa <moazalaa4727@gmail.com> | 2023-04-21 22:03:52 +0200 |
---|---|---|
committer | Hossein <hossein@libreoffice.org> | 2023-05-15 23:35:28 +0200 |
commit | a9d60aba81305bf86024df707eb694d1cabc9a1d (patch) | |
tree | 25377c1c5324f0f8d0f61ee4adf30c5064abc3d8 /include/svx | |
parent | 26df8770efecb6f98f05ceffa5c81905582d1d3b (diff) |
tdf#140226: use StaticWhichCast
Change-Id: If5eab003a732264522ff1b1fe55a6a2c876c22db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150794
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sxelditm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxelditm.hxx b/include/svx/sxelditm.hxx index c957070ce271..7d2bc11dc102 100644 --- a/include/svx/sxelditm.hxx +++ b/include/svx/sxelditm.hxx @@ -22,7 +22,7 @@ #include <svx/svddef.hxx> #include <svx/sdmetitm.hxx> -class SdrEdgeLineDeltaCountItem final : public SfxUInt16Item +class SAL_DLLPUBLIC_RTTI SdrEdgeLineDeltaCountItem final : public SfxUInt16Item { public: SdrEdgeLineDeltaCountItem(sal_uInt16 nVal = 0) |