summaryrefslogtreecommitdiff
path: root/package/inc/ByteGrabber.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/ByteGrabber.hxx')
-rw-r--r--package/inc/ByteGrabber.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ByteGrabber.hxx b/package/inc/ByteGrabber.hxx
index 27d01deb1ca9..2ccacc1705f1 100644
--- a/package/inc/ByteGrabber.hxx
+++ b/package/inc/ByteGrabber.hxx
@@ -27,14 +27,14 @@
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
-#include <osl/mutex.hxx>
+#include <mutex>
namespace com::sun::star {
namespace io { class XSeekable; class XInputStream; }
}
class ByteGrabber final
{
- ::osl::Mutex m_aMutex;
+ std::mutex m_aMutex;
css::uno::Reference < css::io::XInputStream > xStream;
css::uno::Reference < css::io::XSeekable > xSeek;