summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/wrtxml.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-06 10:51:51 +0200
committerNoel Grandin <noel@peralex.com>2015-11-06 11:55:09 +0200
commit2633976ef3406d48907bd922f067ea04e39c94f1 (patch)
treec29440a174d106805b686299fcaa4a3bacf23592 /sw/source/filter/xml/wrtxml.hxx
parent41d83eb8cd8e9544641182ff19a8c635760e75dc (diff)
com::sun::star->css in sw/source/core
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
Diffstat (limited to 'sw/source/filter/xml/wrtxml.hxx')
-rw-r--r--sw/source/filter/xml/wrtxml.hxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/sw/source/filter/xml/wrtxml.hxx b/sw/source/filter/xml/wrtxml.hxx
index eedd9d83ff76..6e6c56b51c89 100644
--- a/sw/source/filter/xml/wrtxml.hxx
+++ b/sw/source/filter/xml/wrtxml.hxx
@@ -38,7 +38,7 @@ namespace com { namespace sun { namespace star {
class SwXMLWriter : public StgWriter
{
- sal_uInt32 _Write( const com::sun::star::uno::Reference < com::sun::star::task::XStatusIndicator>&, const OUString& );
+ sal_uInt32 _Write( const css::uno::Reference < css::task::XStatusIndicator>&, const OUString& );
using StgWriter::Write;
@@ -60,34 +60,34 @@ private:
// write a single XML stream into the package
bool WriteThroughComponent(
// the component we export
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XComponent> & xComponent,
+ const css::uno::Reference<
+ css::lang::XComponent> & xComponent,
const sal_Char* pStreamName, // the stream name
// service factory for pServiceName
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::uno::XComponentContext> & rFactory,
+ const css::uno::Reference<
+ css::uno::XComponentContext> & rFactory,
const sal_Char* pServiceName, // service name of the component
// the argument (XInitialization)
- const ::com::sun::star::uno::Sequence<
- ::com::sun::star::uno::Any> & rArguments,
+ const css::uno::Sequence<
+ css::uno::Any> & rArguments,
// output descriptor
- const ::com::sun::star::uno::Sequence<
- ::com::sun::star::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 ::com::sun::star::uno::Reference<
- ::com::sun::star::io::XOutputStream> & xOutputStream,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XComponent> & xComponent,
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::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 ::com::sun::star::uno::Sequence<
- ::com::sun::star::uno::Any> & rArguments,
- const ::com::sun::star::uno::Sequence<
- ::com::sun::star::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