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 04b9cc1c6666..a7c987574705 100644
--- a/store/source/store.cxx
+++ b/store/source/store.cxx
@@ -164,7 +164,7 @@ storeError SAL_CALL store_openFile (
xManager->acquire();
- *phFile = static_cast<storeFileHandle>(&(*xManager));
+ *phFile = xManager.get();
return store_E_None;
}