diff options
Diffstat (limited to 'include/xmloff/xmlnumi.hxx')
-rw-r--r-- | include/xmloff/xmlnumi.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx index 57898f76d254..877340d34df1 100644 --- a/include/xmloff/xmlnumi.hxx +++ b/include/xmloff/xmlnumi.hxx @@ -38,10 +38,6 @@ typedef std::vector<rtl::Reference<SvxXMLListLevelStyleContext_Impl>> SvxXMLList class XMLOFF_DLLPUBLIC SvxXMLListStyleContext : public SvXMLStyleContext { - const OUString sIsPhysical; - const OUString sNumberingRules; - const OUString sIsContinuousNumbering; - css::uno::Reference< css::container::XIndexReplace > xNumRules; std::unique_ptr<SvxXMLListStyle_Impl> pLevelStyles; |