diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 13:48:55 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:39 +0200 |
commit | c4f056c01b674046c8d1852ae5e5ce0d48b0714f (patch) | |
tree | cabb894f56c5a079751640057eb29b3203d15df2 /idl/inc | |
parent | 898061f9265da374b57d0c799618b12cbe832510 (diff) |
disambiguate the two GetType methods
Change-Id: I922af3a2ebe8cdaa6465542a5d6de365e1bc6dff
Diffstat (limited to 'idl/inc')
-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 09c8a7cd4135..48d3331360d2 100644 --- a/idl/inc/types.hxx +++ b/idl/inc/types.hxx @@ -80,7 +80,7 @@ public: sal_uLong GetAttrCount() const { return aAttrList.size(); } void SetType( MetaTypeType nT ); - MetaTypeType GetType() const { return nType; } + MetaTypeType GetMetaTypeType() const { return nType; } SvMetaType * GetBaseType() const; SvMetaType * GetReturnType() const; bool IsItem() const { return bIsItem; } |