summaryrefslogtreecommitdiff
path: root/include/basic/sbxdef.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-11 15:46:21 +0200
committerNoel Grandin <noel@peralex.com>2016-08-17 09:43:52 +0200
commitd5de00cc73ca6b60f586c13f22d7b78470984dea (patch)
tree8ff762360044c25af992817f720208619918dc60 /include/basic/sbxdef.hxx
parent0e867bc4cba66c14d543e111ea8ab89dc2444ee0 (diff)
loplugin:unusedenumconstants in basctl..editeng
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
Diffstat (limited to 'include/basic/sbxdef.hxx')
-rw-r--r--include/basic/sbxdef.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/basic/sbxdef.hxx b/include/basic/sbxdef.hxx
index da5606720429..f9fb5cc6f4b6 100644
--- a/include/basic/sbxdef.hxx
+++ b/include/basic/sbxdef.hxx
@@ -58,10 +58,6 @@ enum SbxDataType {
SbxUSHORT = 18, // * unsigned short (sal_uInt16)
SbxULONG = 19, // * unsigned long (sal_uInt32)
-//deprecated: // old 64bit types kept for backward compatibility in file I/O
- SbxLONG64 = 20, // moved to SbxSALINT64 as 64bit int
- SbxULONG64 = 21, // moved to SbxSALUINT64 as 64bit int
-
SbxINT = 22, // * signed machine-dependent int
SbxUINT = 23, // * unsigned machine-dependent int
@@ -86,10 +82,6 @@ enum SbxDataType {
SbxARRAY = 0x2000, // array
SbxBYREF = 0x4000, // access by reference
- SbxSV1 = 128, // first defined data type for StarView
- SbxMEMORYSTREAM, // SvMemoryStream
- SbxSTORAGE, // SotStorage
-
SbxUSER1 = 256, // first user defined data type
SbxUSERn = 2047 // last user defined data type
};