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 d01d4e9e28c1..f3ec7c0b2a80 100644
--- a/store/source/store.cxx
+++ b/store/source/store.cxx
@@ -312,7 +312,7 @@ storeError SAL_CALL store_openDirectory (
xDirectory->acquire();
- *phDirectory = static_cast<storeDirectoryHandle>(&(*xDirectory));
+ *phDirectory = xDirectory.get();
return store_E_None;
}