summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexte.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltexte.hxx')
-rw-r--r--sw/source/filter/xml/xmltexte.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/sw/source/filter/xml/xmltexte.hxx b/sw/source/filter/xml/xmltexte.hxx
index cc2fcdaadc5a..a1a12b4da503 100644
--- a/sw/source/filter/xml/xmltexte.hxx
+++ b/sw/source/filter/xml/xmltexte.hxx
@@ -42,26 +42,20 @@ class SwXMLTextParagraphExport : public XMLTextParagraphExport
const SvGlobalName aOutplaceClassId;
static SwNoTextNode *GetNoTextNode(
- const css::uno::Reference <
- css::beans::XPropertySet >& rPropSet );
+ const css::uno::Reference < css::beans::XPropertySet >& rPropSet );
protected:
virtual void exportStyleContent(
- const css::uno::Reference<
- css::style::XStyle > & rStyle ) override;
+ const css::uno::Reference< css::style::XStyle > & rStyle ) override;
virtual void _collectTextEmbeddedAutoStyles(
- const css::uno::Reference <
- css::beans::XPropertySet > & rPropSet ) override;
+ const css::uno::Reference< css::beans::XPropertySet > & rPropSet ) override;
virtual void _exportTextEmbedded(
- const css::uno::Reference <
- css::beans::XPropertySet > & rPropSet,
- const css::uno::Reference <
- css::beans::XPropertySetInfo > & rPropSetInfo ) override;
+ const css::uno::Reference< css::beans::XPropertySet > & rPropSet,
+ const css::uno::Reference< css::beans::XPropertySetInfo > & rPropSetInfo ) override;
virtual void exportTable(
- const css::uno::Reference <
- css::text::XTextContent > & rTextContent,
+ const css::uno::Reference< css::text::XTextContent > & rTextContent,
bool bAutoStyles, bool bProgress ) override;
public: