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

Kohei Yoshida kohei.yoshida at gmail.com
Tue Feb 5 19:26:07 PST 2013


 sc/source/core/tool/reffind.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3a7a9703c3d623eb1cf767eb45895035b3e17608
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Feb 5 22:27:10 2013 -0500

    Fix this sentence a bit.
    
    Change-Id: I113f5cf5a177f6315338f54c7e0ebeb19155b8e3

diff --git a/sc/source/core/tool/reffind.cxx b/sc/source/core/tool/reffind.cxx
index 8c2fb6f..6a42430 100644
--- a/sc/source/core/tool/reffind.cxx
+++ b/sc/source/core/tool/reffind.cxx
@@ -26,7 +26,7 @@
 
 namespace {
 
-//  include colon -> duplicate referenced are handled individual
+// Include colon; addresses in range reference are handled individually.
 const sal_Unicode pDelimiters[] = {
     '=','(',')','+','-','*','/','^','&',' ','{','}','<','>',':', 0
 };


More information about the Libreoffice-commits mailing list