[Libreoffice-commits] core.git: idl/inc

Noel Grandin noel at peralex.com
Sun Feb 7 06:52:14 UTC 2016


 idl/inc/types.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 128c4c4e15e68d0884f5636ddd1c9d5ed3b8fed5
Author: Noel Grandin <noel at peralex.com>
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 <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

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;


More information about the Libreoffice-commits mailing list