summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-08 13:48:55 +0200
committerNoel Grandin <noel@peralex.com>2016-02-08 14:00:39 +0200
commitc4f056c01b674046c8d1852ae5e5ce0d48b0714f (patch)
treecabb894f56c5a079751640057eb29b3203d15df2 /idl/inc
parent898061f9265da374b57d0c799618b12cbe832510 (diff)
disambiguate the two GetType methods
Change-Id: I922af3a2ebe8cdaa6465542a5d6de365e1bc6dff
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/types.hxx2
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; }