summaryrefslogtreecommitdiffstats
path: root/idl/inc/parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/parser.hxx')
-rw-r--r--idl/inc/parser.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/idl/inc/parser.hxx b/idl/inc/parser.hxx
index cc2696b1e7c7..811908f073e8 100644
--- a/idl/inc/parser.hxx
+++ b/idl/inc/parser.hxx
@@ -56,15 +56,15 @@ public:
SvMetaClass* ReadKnownClass();
SvMetaType* ReadKnownType();
void Read(char cChar);
- bool ReadIfBoolAttribute( SvBOOL&, SvStringHashEntry* pName);
- bool ReadIfIdAttribute( SvIdentifier& rIdentifier, SvStringHashEntry* pName );
+ bool ReadIfBoolAttribute( SvBOOL&, SvStringHashEntry const * pName);
+ bool ReadIfIdAttribute( SvIdentifier& rIdentifier, SvStringHashEntry const * pName );
bool ReadIf(char cChar);
void ReadDelimiter();
bool ReadIfDelimiter();
OString ReadIdentifier();
OString ReadString();
- void Read(SvStringHashEntry*);
- bool ReadIf(SvStringHashEntry*);
+ void Read(SvStringHashEntry const *);
+ bool ReadIf(SvStringHashEntry const *);
};
#endif // INCLUDED_IDL_INC_PARSER_HXX