summaryrefslogtreecommitdiff
path: root/include/store/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/store/store.h')
-rw-r--r--include/store/store.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/store/store.h b/include/store/store.h
index 61dc1e177d9e..bd6027b6390e 100644
--- a/include/store/store.h
+++ b/include/store/store.h
@@ -74,10 +74,10 @@ STORE_DLLPUBLIC storeError SAL_CALL store_createMemoryFile (
/** Open a file.
@param pFilename [in] the filename as URL or system path.
@param eAccessMode [in] the access mode.
- store_AccessCreate truncate existing and create,
+ storeAccessMode::Create truncate existing and create,
store_AccessReadCreate create not existing,
- store_AccessReadWrite write existing,
- store_AccessReadOnly never modifies.
+ storeAccessMode::ReadWrite write existing,
+ storeAccessMode::ReadOnly never modifies.
@param nPageSize [in] the creation page size,
integer multiple of minimum page size.
@param phFile [out] the File Handle.