diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 09:07:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 10:48:50 +0200 |
commit | c06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch) | |
tree | 69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svl/outstrm.hxx | |
parent | a1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff) |
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svl/outstrm.hxx')
-rw-r--r-- | include/svl/outstrm.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/include/svl/outstrm.hxx b/include/svl/outstrm.hxx index 0239a2f19428..487d133da738 100644 --- a/include/svl/outstrm.hxx +++ b/include/svl/outstrm.hxx @@ -31,8 +31,7 @@ namespace com { namespace sun { namespace star { namespace io { class SVL_DLLPUBLIC SvOutputStream: public SvStream { - com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > - m_xStream; + css::uno::Reference< css::io::XOutputStream > m_xStream; SVL_DLLPRIVATE virtual sal_uLong GetData(void *, sal_uLong) override; @@ -45,9 +44,7 @@ class SVL_DLLPUBLIC SvOutputStream: public SvStream SVL_DLLPRIVATE virtual void SetSize(sal_uInt64) override; public: - SvOutputStream(com::sun::star::uno::Reference< - com::sun::star::io::XOutputStream > const & - rTheStream); + SvOutputStream(css::uno::Reference< css::io::XOutputStream > const & rTheStream); virtual ~SvOutputStream(); }; |