summaryrefslogtreecommitdiff
path: root/svl/source/inc/strmadpt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-29 12:44:31 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-29 11:18:10 +0000
commit95b22704e8452e6360d0acf846e8c967aab146d7 (patch)
tree267d1bc02e2ba65aef23a19d9bfb7d96a9af9ebf /svl/source/inc/strmadpt.hxx
parent457f8fd4d33053510b0e44d210b7febd2f07a4ff (diff)
com::sun::star->css in starmath,stoc,svgio,svl
Change-Id: If4308b358a55351f6e951ebf055df076ce4ad4ce Reviewed-on: https://gerrit.libreoffice.org/19667 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svl/source/inc/strmadpt.hxx')
-rw-r--r--svl/source/inc/strmadpt.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/svl/source/inc/strmadpt.hxx b/svl/source/inc/strmadpt.hxx
index ef1771f9c529..079cda74dd86 100644
--- a/svl/source/inc/strmadpt.hxx
+++ b/svl/source/inc/strmadpt.hxx
@@ -27,17 +27,14 @@
class SvOutputStreamOpenLockBytes: public SvOpenLockBytes
{
- com::sun::star::uno::Reference< com::sun::star::io::XOutputStream >
- m_xOutputStream;
- sal_uInt64 m_nPosition;
+ css::uno::Reference< css::io::XOutputStream > m_xOutputStream;
+ sal_uInt64 m_nPosition;
public:
TYPEINFO_OVERRIDE();
SvOutputStreamOpenLockBytes(
- const com::sun::star::uno::Reference<
- com::sun::star::io::XOutputStream > &
- rTheOutputStream):
+ const css::uno::Reference< css::io::XOutputStream > & rTheOutputStream):
m_xOutputStream(rTheOutputStream), m_nPosition(0) {}
virtual ErrCode ReadAt(sal_uInt64, void *, sal_uLong, sal_Size *) const override;