summaryrefslogtreecommitdiff
path: root/sw/inc/txtfld.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-10-22 17:53:18 +0200
committerMichael Stahl <mst@openoffice.org>2010-10-22 17:53:18 +0200
commit8485708f3001fca132c3353c464fe7187ef62bed (patch)
treef04855d6ac5ac30dee60841e4d68384d366baf2f /sw/inc/txtfld.hxx
parentd8cbf1a45ce09faf2ccce351b24573ee45641ca0 (diff)
sw34bf01: #i85766# #i112425#: prevent expansion of fields in actual documents:
because various fields only expand to correct values with "special handling" that is only done in text formatting, use the clipboard value cache even in _real_ documents.
Diffstat (limited to 'sw/inc/txtfld.hxx')
-rw-r--r--sw/inc/txtfld.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/txtfld.hxx b/sw/inc/txtfld.hxx
index d0be4a008cab..6dd556a84436 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;