summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlbrshe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmlbrshe.hxx')
-rw-r--r--sw/source/filter/xml/xmlbrshe.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/xml/xmlbrshe.hxx b/sw/source/filter/xml/xmlbrshe.hxx
index 1e970ff8ed04..807f454645f3 100644
--- a/sw/source/filter/xml/xmlbrshe.hxx
+++ b/sw/source/filter/xml/xmlbrshe.hxx
@@ -25,16 +25,16 @@ class SwXMLExport;
class SwXMLBrushItemExport
{
- SwXMLExport& rExport;
+ SwXMLExport& rExport;
SwXMLExport& GetExport() { return rExport; }
-public:
- explicit SwXMLBrushItemExport( SwXMLExport& rExport );
+public:
+ explicit SwXMLBrushItemExport(SwXMLExport& rExport);
~SwXMLBrushItemExport();
// core API
- void exportXML( const SvxBrushItem& rItem );
+ void exportXML(const SvxBrushItem& rItem);
};
#endif // INCLUDED_SW_SOURCE_FILTER_XML_XMLBRSHE_HXX