idl/inc/types.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 128c4c4e15e68d0884f5636ddd1c9d5ed3b8fed5 Author: Noel Grandin <[email protected]> Date: Fri Feb 5 11:31:36 2016 +0200 TYPE_POINTER is unused Change-Id: Iae50b8a1bfb6772e8362a6e61062b37bb50c701b Reviewed-on: https://gerrit.libreoffice.org/22149 Tested-by: Jenkins <[email protected]> Reviewed-by: Noel Grandin <[email protected]> diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx index 9e4a74c..1589fe7 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
