svl: Internalize strmadpt.hxx header

Change-Id: Ia69463f1466349af879da02a23b58702732011c6
This commit is contained in:
Matúš Kukan 2014-11-24 14:44:28 +01:00
parent 79c1b05591
commit 7f6770f90e
3 changed files with 6 additions and 4 deletions

View file

@ -20,12 +20,13 @@
#ifndef INCLUDED_SVL_STRMADPT_HXX
#define INCLUDED_SVL_STRMADPT_HXX
#include <svl/svldllapi.h>
#include <sal/config.h>
#include <com/sun/star/io/XOutputStream.hpp>
#include <tools/stream.hxx>
class SVL_DLLPUBLIC SvOutputStreamOpenLockBytes: public SvOpenLockBytes
class SvOutputStreamOpenLockBytes: public SvOpenLockBytes
{
com::sun::star::uno::Reference< com::sun::star::io::XOutputStream >
m_xOutputStream;

View file

@ -33,7 +33,8 @@
#include <cppuhelper/queryinterface.hxx>
#include <svl/instrm.hxx>
#include <svl/outstrm.hxx>
#include <svl/strmadpt.hxx>
#include <strmadpt.hxx>
using namespace com::sun::star;

View file

@ -27,10 +27,10 @@
#include <osl/mutex.hxx>
#include <osl/diagnose.h>
#include <tools/stream.hxx>
#include <svl/strmadpt.hxx>
#include <svl/instrm.hxx>
#include <registerservices.hxx>
#include <strmadpt.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;