summaryrefslogtreecommitdiff
path: root/sot/source
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source')
-rw-r--r--sot/source/sdstor/stgelem.hxx7
-rw-r--r--sot/source/sdstor/stgio.hxx1
2 files changed, 0 insertions, 8 deletions
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx
index 4ae47314fefb..610c912136cf 100644
--- a/sot/source/sdstor/stgelem.hxx
+++ b/sot/source/sdstor/stgelem.hxx
@@ -86,8 +86,6 @@ enum StgEntryType { // dir entry types:
STG_EMPTY = 0,
STG_STORAGE = 1,
STG_STREAM = 2,
- STG_LOCKBYTES = 3,
- STG_PROPERTY = 4,
STG_ROOT = 5
};
@@ -98,11 +96,6 @@ enum StgEntryRef { // reference blocks:
STG_DATA = 3 // data start
};
-enum StgEntryTime { // time codes:
- STG_MODIFIED = 0, // last modification
- STG_ACCESSED = 1 // last access
-};
-
#define STGENTRY_SIZE 128
//StructuredStorageDirectoryEntry
diff --git a/sot/source/sdstor/stgio.hxx b/sot/source/sdstor/stgio.hxx
index 40a66825e08a..64e4df82320d 100644
--- a/sot/source/sdstor/stgio.hxx
+++ b/sot/source/sdstor/stgio.hxx
@@ -34,7 +34,6 @@ enum FAT_ERROR
FAT_OK,
FAT_WRONGLENGTH,
FAT_UNREFCHAIN,
- FAT_OVERWRITE,
FAT_OUTOFBOUNDS,
FAT_INMEMORYERROR,