diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-12 13:57:35 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-02-12 13:57:35 +0100 |
commit | 8523afb0a718df3218b9aa27380a62310744e3cc (patch) | |
tree | c47f5dc0b09c825f8655a215c4dd79fe0fe45f92 /sw/inc/txtatr.hxx | |
parent | 382d6a28327cd53e6fe1da612a1086b1e5242e20 (diff) | |
parent | b36241988ea99ba2a9d290ec838a3557d0333d63 (diff) |
cws tl74: merge
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r-- | sw/inc/txtatr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx index d9e9463a30a7..8c0ad5854665 100644 --- a/sw/inc/txtatr.hxx +++ b/sw/inc/txtatr.hxx @@ -80,7 +80,7 @@ public: const xub_StrLen i_nStart, const xub_StrLen i_nEnd ); virtual ~SwTxtMeta(); - void ChgTxtNode( SwTxtNode * const pNode ) { m_pTxtNode = pNode; } + void ChgTxtNode(SwTxtNode * const pNode); SwTxtNode * GetTxtNode() const { return m_pTxtNode; } }; |