summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-08-28 12:57:55 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-08-28 13:03:40 +0200
commitb6c18e3bc78724e65c78577c6e513f894c4e93b4 (patch)
tree1c0fc79153a81b3145af66583fe1a1c970c92371 /writerfilter/source/rtftok/rtfdocumentimpl.hxx
parent84c54990c0dbd3385a4a653afe63d0fa7b1c435b (diff)
Move group handling from RTFDocumentImpl to RTFTokenizer
This is one step towards hiding the RTFDocument implementation from RTFTokenizer. Change-Id: Ief35a2440cac3147495675d344e1efc64f5fbc2e
Diffstat (limited to 'writerfilter/source/rtftok/rtfdocumentimpl.hxx')
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index e3120b7aacdf..e2a5aa619632 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -424,8 +424,6 @@ namespace writerfilter {
void seek(sal_uInt32 nPos);
uno::Reference<lang::XMultiServiceFactory> getModelFactory();
RTFParserState& getState();
- /// Number of states on the stack.
- int getGroup() const;
void setDestinationText(rtl::OUString& rString);
/// Resolve a picture: If not inline, then anchored.
int resolvePict(bool bInline);
@@ -493,8 +491,6 @@ namespace writerfilter {
Stream* m_pMapperStream;
boost::shared_ptr<RTFSdrImport> m_pSdrImport;
boost::shared_ptr<RTFTokenizer> m_pTokenizer;
- /// Same as m_aStates.size(), except that this can be negative for invalid input.
- int m_nGroup;
std::stack<RTFParserState> m_aStates;
/// Read by RTF_PARD.
RTFParserState m_aDefaultState;