diff options
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: |