diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-05 11:31:36 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-02-07 06:51:53 +0000 |
commit | 128c4c4e15e68d0884f5636ddd1c9d5ed3b8fed5 (patch) | |
tree | 49f036e7d28a7013839718164493cf2a7477eaee /idl | |
parent | 5d410b57bee6fe6e4ffcf9365874708f1b2a2662 (diff) |
TYPE_POINTER is unused
Change-Id: Iae50b8a1bfb6772e8362a6e61062b37bb50c701b
Reviewed-on: https://gerrit.libreoffice.org/22149
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/types.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 9e4a74c6c81a..1589fe737b69 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -69,7 +69,7 @@ public: }; enum { TYPE_METHOD, TYPE_STRUCT, TYPE_BASE, TYPE_ENUM, - TYPE_CLASS, TYPE_POINTER }; + TYPE_CLASS }; class SvMetaType : public SvMetaExtern { SvIdentifier aCName; |