diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-07 13:12:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-07 20:32:19 +0100 |
commit | 1e990eaa9e12cfba0114cd6cea5510985d3b51f3 (patch) | |
tree | 3ca42f5048c2d284441473c47b1219d5b5397221 /xmloff/inc | |
parent | b22fe22139a42d51c0bbe542a6f7a782e771feb5 (diff) |
loplugin:fieldcast in xmloff
Change-Id: Ic975c6344edb03e8bb8283a627fb70e05ca76239
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159075
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLShapePropertySetContext.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/inc/XMLShapePropertySetContext.hxx b/xmloff/inc/XMLShapePropertySetContext.hxx index a277c4aa28a0..4f63935ed8b2 100644 --- a/xmloff/inc/XMLShapePropertySetContext.hxx +++ b/xmloff/inc/XMLShapePropertySetContext.hxx @@ -20,10 +20,11 @@ #include <xmloff/xmlprcon.hxx> +class SvxXMLListStyleContext; class XMLShapePropertySetContext : public SvXMLPropertySetContext { - SvXMLImportContextRef mxBulletStyle; + rtl::Reference<SvxXMLListStyleContext> mxBulletStyle; sal_Int32 mnBulletIndex; public: |