[Libreoffice-commits] core.git: include/formula

Eike Rathke erack at redhat.com
Mon Sep 25 11:17:01 UTC 2017


 include/formula/tokenarray.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit bf0996d39cbb0162c037ae1c9037e8c0f9d5b0e7
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Sep 25 13:15:50 2017 +0200

    Clarify comment of "copy"-ctor and operator=()
    
    Change-Id: Ie6e40e5c08d05ee75e4d1d9d6d8b4e567ecbcdbc

diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index eed55d089921..891b793c3f10 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -292,7 +292,8 @@ public:
                                 { nMode = GetCombinedBitsRecalcMode() | nBits; }
 
     FormulaTokenArray();
-    /// Assignment with references to FormulaToken entries (not copied!)
+    /** Assignment with incrementing references of FormulaToken entries
+        (not copied!) */
     FormulaTokenArray( const FormulaTokenArray& );
     virtual ~FormulaTokenArray();
 
@@ -468,7 +469,8 @@ public:
 
     virtual FormulaToken* MergeArray( );
 
-    /// Assignment with references to FormulaToken entries (not copied!)
+    /** Assignment with incrementing references of FormulaToken entries
+        (not copied!) */
     FormulaTokenArray& operator=( const FormulaTokenArray& );
 
     /** Determines if this formula needs any changes to convert it to something


More information about the Libreoffice-commits mailing list