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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/types.hxx b/idl/inc/types.hxx
index a9d5c75030c9..90f358c9a9cd 100644
--- a/idl/inc/types.hxx
+++ b/idl/inc/types.hxx
@@ -35,7 +35,7 @@ typedef tools::SvRef<SvMetaType> SvMetaTypeRef;
class SvMetaAttribute : public SvMetaReference
{
SvMetaTypeRef aType;
- SvNumberIdentifier aSlotId;
+ SvIdentifier aSlotId;
SvBOOL aAutomation;
SvBOOL aExport;
SvBOOL aReadonly;
@@ -55,9 +55,9 @@ public:
void SetNewAttribute( bool bNew )
{ bNewAttr = bNew; }
bool GetReadonly() const;
- void SetSlotId( const SvNumberIdentifier & rId )
+ void SetSlotId( const SvIdentifier & rId )
{ aSlotId = rId; }
- const SvNumberIdentifier & GetSlotId() const;
+ const SvIdentifier & GetSlotId() const;
bool GetExport() const;
bool GetHidden() const;
bool GetAutomation() const;