summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svl/source/inc/strmadpt.hxx (renamed from include/svl/strmadpt.hxx)5
-rw-r--r--svl/source/misc/strmadpt.cxx3
-rw-r--r--svl/source/numbers/supservs.cxx2
3 files changed, 6 insertions, 4 deletions
diff --git a/include/svl/strmadpt.hxx b/svl/source/inc/strmadpt.hxx
index 3d9acaf2fbd5..c5e99087d993 100644
--- a/include/svl/strmadpt.hxx
+++ b/svl/source/inc/strmadpt.hxx
@@ -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;
diff --git a/svl/source/misc/strmadpt.cxx b/svl/source/misc/strmadpt.cxx
index a651eaaed8bc..fce0de437a39 100644
--- a/svl/source/misc/strmadpt.cxx
+++ b/svl/source/misc/strmadpt.cxx
@@ -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;
diff --git a/svl/source/numbers/supservs.cxx b/svl/source/numbers/supservs.cxx
index edc00482c474..58be033d2d60 100644
--- a/svl/source/numbers/supservs.cxx
+++ b/svl/source/numbers/supservs.cxx
@@ -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;