diff options
Diffstat (limited to 'include/svl/documentlockfile.hxx')
-rw-r--r-- | include/svl/documentlockfile.hxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/svl/documentlockfile.hxx b/include/svl/documentlockfile.hxx index ec94f1f22dde..25531dc3332e 100644 --- a/include/svl/documentlockfile.hxx +++ b/include/svl/documentlockfile.hxx @@ -22,14 +22,11 @@ #include <svl/svldllapi.h> -#include <com/sun/star/io/XStream.hpp> -#include <com/sun/star/io/XInputStream.hpp> -#include <com/sun/star/io/XOutputStream.hpp> -#include <com/sun/star/io/XSeekable.hpp> -#include <com/sun/star/io/XTruncate.hpp> - #include <svl/lockfilecommon.hxx> +namespace com { namespace sun { namespace star { namespace io { class XInputStream; } } } } +namespace com { namespace sun { namespace star { namespace io { class XOutputStream; } } } } + namespace svt { class SVL_DLLPUBLIC DocumentLockFile : public LockFileCommon |