sc/source/ui/Accessibility/AccessibleCell.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f89914011c2a5ebc18abc235fbeb6c11d476d749
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Dec 2 18:02:03 2013 +0100

    fix previous fix
    
    Change-Id: I0ceaf6367163bbe8aa0f0774961f2e2398471aef

diff --git a/sc/source/ui/Accessibility/AccessibleCell.cxx 
b/sc/source/ui/Accessibility/AccessibleCell.cxx
index c060a60..efd178b 100644
--- a/sc/source/ui/Accessibility/AccessibleCell.cxx
+++ b/sc/source/ui/Accessibility/AccessibleCell.cxx
@@ -505,7 +505,6 @@ uno::Any SAL_CALL ScAccessibleCell::getExtendedAttributes()
         strFor = strFor.replaceAt(0,1,"");
         strFor = ReplaceFourChar(strFor);
         strFor = "Formula:" + strFor;
-        strFor += strSplit;
         strFor += ";Note:";
         strFor += ReplaceFourChar(GetAllDisplayNote());
         strFor += ";";
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to