From 65ec980667d290fd9cf0a9b119f52c86bccf17df Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 25 Sep 2017 13:20:57 +0200 Subject: Clarify comment of "copy"-ctor and operator=() Change-Id: I64b5c1384c116ac659fe674adcda142eddf79d5e --- sc/inc/tokenarray.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/inc') diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx index 53895cb66889..145972986cba 100644 --- a/sc/inc/tokenarray.hxx +++ b/sc/inc/tokenarray.hxx @@ -55,7 +55,8 @@ class SC_DLLPUBLIC ScTokenArray : public formula::FormulaTokenArray public: ScTokenArray(); - /// Assignment with references to FormulaToken entries (not copied!) + /** Assignment with incrementing references of FormulaToken entries + (not copied!) */ ScTokenArray( const ScTokenArray& ); virtual ~ScTokenArray() override; void ClearScTokenArray(); @@ -114,7 +115,8 @@ public: /// Assign XML string placeholder to the array void AssignXMLString( const OUString &rText, const OUString &rFormulaNmsp ); - /// Assignment with references to FormulaToken entries (not copied!) + /** Assignment with incrementing references of FormulaToken entries + (not copied!) */ ScTokenArray& operator=( const ScTokenArray& ); /** -- cgit