summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-11-24 14:44:28 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-11-24 23:14:54 +0100
commit7f6770f90e1c255d83bf75a97b10ccd2b1f984e9 (patch)
tree74087217ee372fa2c78989e96f67c120522ff2a9
parent79c1b05591a66fb3c7cec60bc3ad91382095a936 (diff)
svl: Internalize strmadpt.hxx header
Change-Id: Ia69463f1466349af879da02a23b58702732011c6
-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;