summaryrefslogtreecommitdiff
path: root/store/source/store.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/store.cxx')
-rw-r--r--store/source/store.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/store.cxx b/store/source/store.cxx
index f3ec7c0b2a80..c6e79a85e5a2 100644
--- a/store/source/store.cxx
+++ b/store/source/store.cxx
@@ -422,7 +422,7 @@ storeError SAL_CALL store_openStream (
xLockBytes->acquire();
- *phStream = static_cast<storeStreamHandle>(&(*xLockBytes));
+ *phStream = xLockBytes.get();
return store_E_None;
}