[Libreoffice-commits] core.git: sc/inc
Eike Rathke
erack at redhat.com
Mon Sep 25 11:21:55 UTC 2017
sc/inc/tokenarray.hxx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 65ec980667d290fd9cf0a9b119f52c86bccf17df
Author: Eike Rathke <erack at redhat.com>
Date: Mon Sep 25 13:20:57 2017 +0200
Clarify comment of "copy"-ctor and operator=()
Change-Id: I64b5c1384c116ac659fe674adcda142eddf79d5e
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& );
/**
More information about the Libreoffice-commits
mailing list