summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/fastparser/fastparser.hxx')
-rw-r--r--sax/source/fastparser/fastparser.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/source/fastparser/fastparser.hxx b/sax/source/fastparser/fastparser.hxx
index d2bf1a73c354..6888cef91b37 100644
--- a/sax/source/fastparser/fastparser.hxx
+++ b/sax/source/fastparser/fastparser.hxx
@@ -193,8 +193,8 @@ public:
const XML_Char *systemId, const XML_Char *publicId,
const XML_Char *notationName);
- inline void pushEntity( const Entity& rEntity ) { maEntities.push( rEntity ); }
- inline void popEntity() { maEntities.pop(); }
+ void pushEntity( const Entity& rEntity ) { maEntities.push( rEntity ); }
+ void popEntity() { maEntities.pop(); }
Entity& getEntity() { return maEntities.top(); }
void parse();
void produce( CallbackType aType );