[Libreoffice-commits] core.git: sc/inc

Tor Lillqvist tml at collabora.com
Wed May 24 12:54:17 UTC 2017


 sc/inc/formulacell.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b3f058126b407e8f7d62e9ace68105f2b252e9ac
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed May 24 15:51:18 2017 +0300

    Clean up a comment
    
    Change-Id: I9ee47a3de42087fb63e5d3e931ecee538017f3cc

diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index d4cc6949aa48..b765afe0fd37 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -107,7 +107,7 @@ enum class ScMatrixMode : sal_uInt8 {
 class SC_DLLPUBLIC ScFormulaCell : public SvtListener
 {
 private:
-    ScFormulaCellGroupRef mxGroup;       // re-factoring hack - group of formulae we're part of.
+    ScFormulaCellGroupRef mxGroup;       // Group of formulae we're part of
     ScFormulaResult aResult;
     formula::FormulaGrammar::Grammar  eTempGrammar;   // used between string (creation) and (re)compilation
     ScTokenArray*   pCode;              // The (new) token array


More information about the Libreoffice-commits mailing list