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 bdb2468540d4..7c06aee6f91e 100644
--- a/store/source/store.cxx
+++ b/store/source/store.cxx
@@ -120,7 +120,7 @@ storeError SAL_CALL store_createMemoryFile (
return store_E_OutOfMemory;
eErrCode = xManager->initialize (
- &*xLockBytes, store_AccessCreate, nPageSize);
+ &*xLockBytes, storeAccessMode::Create, nPageSize);
if (eErrCode != store_E_None)
return eErrCode;