summaryrefslogtreecommitdiff
path: root/idl/inc/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/types.hxx')
-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; }