diff options
author | sb <sb@openoffice.org> | 2010-11-19 11:35:41 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-11-19 11:35:41 +0100 |
commit | 1e3884c191eba90ebce96b516c65393a5afe29df (patch) | |
tree | a7238ce383ed9aa425dee4908b65c284e2cfaad2 /sw/inc/txtfld.hxx | |
parent | 525c94b15bbf251aa28734fdd1c98da97b125a19 (diff) | |
parent | c75630a0387433905286e2517156c86218b5a25b (diff) |
sb131: merged in re/DEV300_next towards DEV300_m94
Diffstat (limited to 'sw/inc/txtfld.hxx')
-rw-r--r-- | sw/inc/txtfld.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/txtfld.hxx b/sw/inc/txtfld.hxx index 6ba1e25966..262f716b3c 100644 --- a/sw/inc/txtfld.hxx +++ b/sw/inc/txtfld.hxx @@ -41,8 +41,7 @@ class SwTxtFld : public SwTxtAttr SwTxtNode * m_pTxtNode; public: - SwTxtFld(SwFmtFld & rAttr, xub_StrLen const nStart, - bool const bInClipboard); + SwTxtFld(SwFmtFld & rAttr, xub_StrLen const nStart); virtual ~SwTxtFld(); void CopyFld( SwTxtFld *pDest ) const; |