summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a7c987574705..d01d4e9e28c1 100644
--- a/store/source/store.cxx
+++ b/store/source/store.cxx
@@ -126,7 +126,7 @@ storeError SAL_CALL store_createMemoryFile (
xManager->acquire();
- *phFile = static_cast<storeFileHandle>(&(*xManager));
+ *phFile = xManager.get();
return store_E_None;
}