summaryrefslogtreecommitdiff
path: root/include/xmloff/XMLTextMasterStylesContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/XMLTextMasterStylesContext.hxx')
-rw-r--r--include/xmloff/XMLTextMasterStylesContext.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/xmloff/XMLTextMasterStylesContext.hxx b/include/xmloff/XMLTextMasterStylesContext.hxx
index 1671ac01a2bc..ab1942b314f9 100644
--- a/include/xmloff/XMLTextMasterStylesContext.hxx
+++ b/include/xmloff/XMLTextMasterStylesContext.hxx
@@ -27,18 +27,18 @@
class XMLOFF_DLLPUBLIC XMLTextMasterStylesContext : public SvXMLStylesContext
{
protected:
- virtual SvXMLStyleContext *CreateStyleChildContext( sal_Int32 nElement,
- const css::uno::Reference< css::xml::sax::XFastAttributeList > & xAttrList ) override;
+ virtual SvXMLStyleContext* CreateStyleChildContext(
+ sal_Int32 nElement,
+ const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList) override;
- virtual bool InsertStyleFamily( XmlStyleFamily nFamily ) const override;
+ virtual bool InsertStyleFamily(XmlStyleFamily nFamily) const override;
public:
-
- XMLTextMasterStylesContext( SvXMLImport& rImport );
+ XMLTextMasterStylesContext(SvXMLImport& rImport);
virtual ~XMLTextMasterStylesContext() override;
};
-#endif // _XMLOFF_XMLTEXTMASTERSTYLECONTEXT_HXX
+#endif // _XMLOFF_XMLTEXTMASTERSTYLECONTEXT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */