summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/wrtxml.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/wrtxml.hxx')
-rw-r--r--sw/source/filter/xml/wrtxml.hxx27
1 files changed, 9 insertions, 18 deletions
diff --git a/sw/source/filter/xml/wrtxml.hxx b/sw/source/filter/xml/wrtxml.hxx
index 6e6c56b51c89..78bf7b0208a3 100644
--- a/sw/source/filter/xml/wrtxml.hxx
+++ b/sw/source/filter/xml/wrtxml.hxx
@@ -60,34 +60,25 @@ private:
// write a single XML stream into the package
bool WriteThroughComponent(
// the component we export
- const css::uno::Reference<
- css::lang::XComponent> & xComponent,
+ const css::uno::Reference<css::lang::XComponent> & xComponent,
const sal_Char* pStreamName, // the stream name
// service factory for pServiceName
- const css::uno::Reference<
- css::uno::XComponentContext> & rFactory,
+ const css::uno::Reference<css::uno::XComponentContext> & rFactory,
const sal_Char* pServiceName, // service name of the component
// the argument (XInitialization)
- const css::uno::Sequence<
- css::uno::Any> & rArguments,
+ const css::uno::Sequence<css::uno::Any> & rArguments,
// output descriptor
- const css::uno::Sequence<
- css::beans::PropertyValue> & rMediaDesc );
+ const css::uno::Sequence<css::beans::PropertyValue> & rMediaDesc );
// write a single output stream
// (to be called either directly or by WriteThroughComponent(...))
static bool WriteThroughComponent(
- const css::uno::Reference<
- css::io::XOutputStream> & xOutputStream,
- const css::uno::Reference<
- css::lang::XComponent> & xComponent,
- const css::uno::Reference<
- css::uno::XComponentContext> & rFactory,
+ const css::uno::Reference<css::io::XOutputStream> & xOutputStream,
+ const css::uno::Reference<css::lang::XComponent> & xComponent,
+ const css::uno::Reference<css::uno::XComponentContext> & rFactory,
const sal_Char* pServiceName,
- const css::uno::Sequence<
- css::uno::Any> & rArguments,
- const css::uno::Sequence<
- css::beans::PropertyValue> & rMediaDesc );
+ const css::uno::Sequence<css::uno::Any> & rArguments,
+ const css::uno::Sequence<css::beans::PropertyValue> & rMediaDesc );
};
#endif // INCLUDED_SW_SOURCE_FILTER_XML_WRTXML_HXX