summaryrefslogtreecommitdiff
path: root/idl/inc/database.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r--idl/inc/database.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx
index 8871c39fc216..4031ddea2ba4 100644
--- a/idl/inc/database.hxx
+++ b/idl/inc/database.hxx
@@ -91,8 +91,8 @@ public:
// list of used types while writing
SvMetaTypeMemberList aUsedTypes;
- OString aIFaceName;
- SvNumberIdentifier aStructSlotId;
+ OString aIFaceName;
+ SvIdentifier aStructSlotId;
void StartNewFile( const OUString& rName );
void SetExportFile( const OUString& rName )
@@ -124,7 +124,7 @@ public:
SvMetaType * ReadKnownType( SvTokenStream & rInStm );
SvMetaAttribute * ReadKnownAttr( SvTokenStream & rInStm,
SvMetaType * pType = NULL );
- SvMetaAttribute * SearchKnownAttr( const SvNumberIdentifier& );
+ SvMetaAttribute * SearchKnownAttr( const SvIdentifier& );
SvMetaClass * ReadKnownClass( SvTokenStream & rInStm );
void AddDepFile(OUString const& rFileName);
bool WriteDepFile(SvFileStream & rStream, OUString const& rTarget);