diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-05-07 09:26:30 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-05-07 09:26:30 +0000 |
commit | fccc63b47e36921cf1773ad7035143fb239cf6cd (patch) | |
tree | 69f6239db6124907b326837c8cae008c92be58ef /idl/inc/database.hxx | |
parent | 5d4854451ba2784fc49edd0381e5af3d590e4738 (diff) |
#98405#: EnumSlots need names and arguments
Diffstat (limited to 'idl/inc/database.hxx')
-rw-r--r-- | idl/inc/database.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/database.hxx b/idl/inc/database.hxx index 5b181efbd377..a4fb7d785550 100644 --- a/idl/inc/database.hxx +++ b/idl/inc/database.hxx @@ -2,9 +2,9 @@ * * $RCSfile: database.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $ + * last change: $Author: mba $ $Date: 2002-05-07 10:26:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,7 +119,6 @@ class SvIdlDataBase protected: #ifdef IDL_COMPILER - SvMetaAttributeMemberList& GetAttrList() { return aAttrList; } ByteString aModulePrefix; SvMetaObjectMemberStack aContextStack; String aPath; @@ -141,6 +140,7 @@ public: BOOL IsModified() const; + SvMetaAttributeMemberList& GetAttrList() { return aAttrList; } SvStringHashTable * GetIdTable() { return pIdTable; } SvMetaTypeMemberList & GetTypeList(); SvMetaClassMemberList & GetClassList() { return aClassList; } |