diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-11 15:30:19 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-12 06:53:29 +0000 |
commit | 8806a86c9d1ba63259ea79dd1c955ef970ab1989 (patch) | |
tree | e5604a542bbeea91766072e420e3ea033ed97360 /sot | |
parent | 18009fe8fbe3982141ddca3f1fcd0900a63150a6 (diff) |
loplugin:unusedenumconstants in forms..sot
Change-Id: Ic445e1bdd012c32ef7d84aec9df908467c3296a7
Reviewed-on: https://gerrit.libreoffice.org/28055
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgelem.hxx | 7 | ||||
-rw-r--r-- | sot/source/sdstor/stgio.hxx | 1 |
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, |