summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtftokenizer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtftokenizer.hxx')
-rw-r--r--writerfilter/source/rtftok/rtftokenizer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtftokenizer.hxx b/writerfilter/source/rtftok/rtftokenizer.hxx
index 371ec6d1936d..36be2b526854 100644
--- a/writerfilter/source/rtftok/rtftokenizer.hxx
+++ b/writerfilter/source/rtftok/rtftokenizer.hxx
@@ -29,13 +29,13 @@ public:
int resolveParse();
int asHex(char ch);
/// Number of states on the stack.
- int getGroup() const;
+ int getGroup() const { return m_nGroup;}
/// To be invoked by the pushState() callback to signal when the importer enters a group.
void pushGroup();
/// To be invoked by the popState() callback to single when the importer leaves a group.
void popGroup();
OUString getPosition();
- sal_Size getGroupStart();
+ sal_Size getGroupStart() { return m_nGroupStart;}
/// To look up additional properties of a math symbol.
static bool lookupMathKeyword(RTFMathSymbol& rSymbol);
private: